Skip to content

Commit

Permalink
chore: cp instead of sync
Browse files Browse the repository at this point in the history
  • Loading branch information
toniocodo committed Nov 9, 2023
1 parent 212e9b5 commit 3c92e4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/oeth-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ jobs:
run: cd ./dist/apps/oeth && zip -r oeth.zip .

- name: Deploy to S3 bucket
run: aws s3 sync ./dist/apps/oeth/oeth.zip s3://origin-defi --delete
run: aws s3 cp ./dist/apps/oeth/oeth.zip s3://origin-defi --delete

0 comments on commit 3c92e4b

Please sign in to comment.