Skip to content

Commit 02b7bc2

Browse files
committed
chore: point dev-cd workflow at new staging infra
κΈ°μ‘΄ dev EC2/S3/CodeDeploy λ¦¬μ†ŒμŠ€κ°€ λΉ„μš© 절감으둜 μ‚­μ œλ˜μ–΄ 있던 μƒνƒœλΌ, μƒˆλ‘œ λ§Œλ“  μŠ€ν…Œμ΄μ§• 인프라(runnect-staging-app, runnect-staging-bucket)둜 배포 λŒ€μƒμ„ κ°±μ‹ .
1 parent 3ab7bf1 commit 02b7bc2

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

β€Ž.github/workflows/dev-cd.ymlβ€Ž

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
branches: [ dev ] # main branch둜 push 될 λ•Œ μ‹€ν–‰λ©λ‹ˆλ‹€.
88

99
env:
10-
S3_BUCKET_NAME: runnect-dev-bucket
10+
S3_BUCKET_NAME: runnect-staging-bucket-604764467555-ap-northeast-2-an
1111

1212
jobs:
1313
build:
@@ -89,9 +89,9 @@ jobs:
8989
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_DEV_ACCESS_KEY }}
9090
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_DEV_SECRET_KEY }}
9191
run:
92-
aws deploy create-deployment
93-
--application-name runnect-dev-codedeploy
94-
--deployment-group-name runnect-dev-codedeploy-group
95-
--file-exists-behavior OVERWRITE
96-
--s3-location bucket=runnect-dev-bucket,bundleType=zip,key=runnect_dev_server.zip
92+
aws deploy create-deployment
93+
--application-name runnect-staging-app
94+
--deployment-group-name runnect-staging-deploy-group
95+
--file-exists-behavior OVERWRITE
96+
--s3-location bucket=runnect-staging-bucket-604764467555-ap-northeast-2-an,bundleType=zip,key=runnect_dev_server.zip
9797
--region ap-northeast-2

0 commit comments

Comments
Β (0)