Skip to content

Commit

Permalink
Update .github/workflows/deploy-web-app.yaml
Browse files Browse the repository at this point in the history
Co-authored-by: ntampakas <[email protected]>
  • Loading branch information
sripwoud and ntampakas authored Jun 26, 2024
1 parent 2d98413 commit 4794756
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-web-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ jobs:

- name: Upload index.html and assets to s3 bucket
run: |
aws s3 sync apps/web/dist s3://snark-artifacts/ --delete
aws s3 sync apps/web/dist s3://snark-artifacts/ --exclude "*" --include "index.html" --include "assets/*" --delete

0 comments on commit 4794756

Please sign in to comment.