Skip to content

Commit

Permalink
[Setting] CD 파일 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
jinkonu authored May 25, 2024
1 parent db135ed commit 953f53a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
aws-region: ap-northeast-2

- name: Upload to S3
run: aws s3 cp --region ap-northeast-2 ./now-sopt.zip s3://$S3_BUCKET_NAME/
run: aws s3 cp --region ap-northeast-2 ./planfit/now-sopt.zip s3://$S3_BUCKET_NAME/

- name: Deploy
env:
Expand Down

0 comments on commit 953f53a

Please sign in to comment.