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 b806816 commit 47f78e2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ jobs:
role-session-name: GitHub-Action-Role
aws-region: ${{ env.AWS_REGION }}

- name: debug
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
Expand Down

0 comments on commit 47f78e2

Please sign in to comment.