Skip to content

Commit

Permalink
[FIX] Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yoouyeon committed Jul 14, 2023
1 parent 8874749 commit cba71f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ jobs:
with:
aws-access-key-id: ${{ secrets.ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.SECRET_ACCESS_KEY }}
aws-region: ap-northeast-2

- name: Deploy to S3
run: |
aws s3 sync \
--region ap-northeast-2 \
build ${{ secrets.AWS_BUCKET_NAME }} \
--delete
working-directory: ./${{ secrets.BUILD_DIRECTORY }}

0 comments on commit cba71f0

Please sign in to comment.