Skip to content

Commit 002811f

Browse files
committed
chore: S3_BUCKET_NAME secret에서 불러오도록 변경
1 parent 1320ba1 commit 002811f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ jobs:
3636
# S3 Sync
3737
- name: Upload to S3
3838
run: |
39-
aws s3 sync ./dist s3://${{ env.S3_BUCKET_NAME }} --delete
39+
aws s3 sync ./dist s3://${{ secrets.S3_BUCKET_NAME }} --delete

0 commit comments

Comments
 (0)