Skip to content

Commit

Permalink
sync src folder
Browse files Browse the repository at this point in the history
  • Loading branch information
meithebear committed Feb 22, 2024
1 parent 6763e24 commit f0f85f9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/aws.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,5 @@ jobs:
- name: Deploy to S3
run: |
set -e # Ensure the script fails on error
aws s3 sync ${GITHUB_WORKSPACE}/src/tokens/testnet/ s3://artio-static-asset-public /tokens --delete
aws s3 sync ${GITHUB_WORKSPACE}/src/gauges/testnet/ s3://artio-static-asset-public /gauges --delete
aws s3 sync ${GITHUB_WORKSPACE}/src/ s3://artio-static-asset-public --delete
echo "Deployment to S3 completed successfully."

0 comments on commit f0f85f9

Please sign in to comment.