Skip to content

Commit

Permalink
build: Make sure not to remove website related files in the bucket wh…
Browse files Browse the repository at this point in the history
…ile syncing
  • Loading branch information
edizcelik committed Mar 3, 2022
1 parent 86f0faa commit 1ea4a80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/upload-to-s3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ jobs:
run: INDEXER_TOKEN=${{ secrets.INDEXER_TOKEN }} npm run build

- name: Upload to S3 bucket
run: aws s3 sync ./build/ s3://asa-icons --delete --acl=public-read
run: aws s3 sync ./build/ s3://asa-icons --acl=public-read

0 comments on commit 1ea4a80

Please sign in to comment.