Skip to content

Commit

Permalink
feat: cicd test5
Browse files Browse the repository at this point in the history
  • Loading branch information
birdieHyun authored Oct 25, 2023
1 parent 3392f5f commit 399fe30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/front-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

- name: Upload to S3 test
run: |
aws s3 cp s3://${{ secrets.S3_BUCKET_NAME }} --delete --region ${{ secrets.AWS_REGION }}
aws s3 sync ./vue3-yonsei-golf/dist/ s3://${{ secrets.S3_BUCKET_NAME }} --region ${{ secrets.AWS_REGION }}
- name: Invalidate CloudFront Cache
run: |
Expand Down

0 comments on commit 399fe30

Please sign in to comment.