Skip to content

Commit f072484

Browse files
authored
chore: rename environment to "staging" to better match domains
1 parent 6305d65 commit f072484

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Deploy to Dev
1+
name: Deploy to Staging
22

33
on:
44
push:
@@ -11,15 +11,15 @@ permissions:
1111
contents: read
1212

1313
concurrency:
14-
group: development
14+
group: staging
1515
cancel-in-progress: false
1616

1717
jobs:
1818
deploy-cdk:
1919
runs-on: ubuntu-latest
20-
environment: development
20+
environment: staging
2121
env:
22-
STAGE: dev
22+
STAGE: dev # in AWS, we call this environment "dev", but outside of that (vercel, github, URLs) it's called "staging"
2323
defaults:
2424
run:
2525
working-directory: ./deploy

0 commit comments

Comments
 (0)