Skip to content

Commit

Permalink
[DEPLOY] 스크립트 변수명 오타 수정 #118
Browse files Browse the repository at this point in the history
  • Loading branch information
ddongseop committed Feb 4, 2024
1 parent af6030a commit 7980580
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/api-CD-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
shell: bash

- name: Upload to S3
run: aws s3 cp --region ap-northeast-2 ./umbba-api.zip s3://$S3_DEVELOP_BUCKET_NAME/
run: aws s3 cp --region ap-northeast-2 ./umbba-api.zip s3://$S3_BUCKET_NAME/

# Deploy
- name: Deploy
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/notification-CD-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
shell: bash

- name: Upload to S3
run: aws s3 cp --region ap-northeast-2 ./umbba-notification.zip s3://$S3_DEVELOP_BUCKET_NAME/
run: aws s3 cp --region ap-northeast-2 ./umbba-notification.zip s3://$S3_BUCKET_NAME/

# Deploy
- name: Deploy
Expand Down

0 comments on commit 7980580

Please sign in to comment.