Skip to content

Commit

Permalink
ci: update deploy name and environment from "production" to "prod" (#338
Browse files Browse the repository at this point in the history
)
  • Loading branch information
meagharty authored Jan 30, 2024
1 parent f5d0fa4 commit 35da80b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/prod.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Deploy to Production
name: Deploy to Prod

on: workflow_dispatch

Expand All @@ -9,8 +9,8 @@ jobs:
permissions:
id-token: write
contents: read
environment: production
concurrency: production
environment: prod
concurrency: prod

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 35da80b

Please sign in to comment.