Skip to content

Commit

Permalink
gaugelist on tag release
Browse files Browse the repository at this point in the history
  • Loading branch information
meithebear committed Feb 22, 2024
1 parent 2f68f5c commit 546f9d0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/aws.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,7 @@ 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 --delete
aws s3 sync ${GITHUB_WORKSPACE}/src/gauges/testnet/ s3://artio-static-asset-public --delete
echo "Deployment to S3 completed successfully."

0 comments on commit 546f9d0

Please sign in to comment.