Skip to content

Commit

Permalink
fix deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
bjacobel committed May 14, 2024
1 parent 11ac5e1 commit c7efa5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
run: if [ "$(yarn run --silent deploy-utils bucketExists)" = "false" ]; then exit 1; fi
- name: Upload dist to bucket
run: |
aws s3 sync dist s3://${{ steps.config.outputs.ProjectFQDomain }} \
aws s3 sync app/dist s3://${{ steps.config.outputs.ProjectFQDomain }} \
--acl public-read \
--cache-control max-age=31536000
- uses: actions/upload-artifact@v4
Expand Down

0 comments on commit c7efa5a

Please sign in to comment.