Skip to content

Commit

Permalink
Deploy whole static site
Browse files Browse the repository at this point in the history
  • Loading branch information
tannguyen04 committed Sep 16, 2024
1 parent 1137486 commit a4b8c63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ jobs:
aws-region: ap-southeast-2

- name: Deploy to S3
run: aws s3 cp -R static-site s3://frees-au-static/
run: aws s3 cp static-site s3://frees-au-static/ --recursive

0 comments on commit a4b8c63

Please sign in to comment.