We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4bb581 commit f9c5f26Copy full SHA for f9c5f26
1 file changed
.github/workflows/prod-cd.yml
@@ -8,7 +8,7 @@ on:
8
branches: [ main ] # main branch로 push 될 때 실행됩니다.
9
10
env:
11
- S3_BUCKET_NAME: runnect-prod-bucket
+ S3_BUCKET_NAME: runnect-prod-bucket-604764467555-ap-northeast-2-an
12
13
jobs:
14
build:
@@ -94,5 +94,5 @@ jobs:
94
--application-name runnect-prod-app
95
--deployment-group-name runnect-prod-deploy-group
96
--file-exists-behavior OVERWRITE
97
- --s3-location bucket=runnect-prod-bucket,bundleType=zip,key=runnect_prod_server.zip
+ --s3-location bucket=runnect-prod-bucket-604764467555-ap-northeast-2-an,bundleType=zip,key=runnect_prod_server.zip
98
--region ap-northeast-2
0 commit comments