Skip to content

Commit f9c5f26

Browse files
committed
fix: update S3 bucket name to new account bucket
1 parent d4bb581 commit f9c5f26

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/prod-cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
branches: [ main ] # main branch로 push 될 때 실행됩니다.
99

1010
env:
11-
S3_BUCKET_NAME: runnect-prod-bucket
11+
S3_BUCKET_NAME: runnect-prod-bucket-604764467555-ap-northeast-2-an
1212

1313
jobs:
1414
build:
@@ -94,5 +94,5 @@ jobs:
9494
--application-name runnect-prod-app
9595
--deployment-group-name runnect-prod-deploy-group
9696
--file-exists-behavior OVERWRITE
97-
--s3-location bucket=runnect-prod-bucket,bundleType=zip,key=runnect_prod_server.zip
97+
--s3-location bucket=runnect-prod-bucket-604764467555-ap-northeast-2-an,bundleType=zip,key=runnect_prod_server.zip
9898
--region ap-northeast-2

0 commit comments

Comments
 (0)