Skip to content

Commit

Permalink
Download tools
Browse files Browse the repository at this point in the history
  • Loading branch information
mayo committed Sep 23, 2024
1 parent 47f78e2 commit fa658e9
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 @@ -48,7 +48,7 @@ jobs:
run: ls -la
- name: Upload website to S3
#run: aws s3 sync --acl public-read --delete public/ s3://${{ env.S3_BUCKET }}/
run: deploy_aws_s3 --bucket ${{ env.S3_BUCKET }} public/ -v -a public-read -d
run: ./deploy_aws_s3 --bucket ${{ env.S3_BUCKET }} public/ -v -a public-read -d

# invalidate-cache:
# runs-on: ubuntu-latest
Expand Down

0 comments on commit fa658e9

Please sign in to comment.