Skip to content

Commit

Permalink
feat: Update bucket address
Browse files Browse the repository at this point in the history
  • Loading branch information
soar authored Sep 10, 2024
1 parent 8e34929 commit 3381a37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/s3_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
role-to-assume: ${{ secrets.AWS_IAM_ROLE }}

- name: Deploy static site to S3 bucket
run: aws s3 sync ./aws_s3_assets/ s3://trait-wallet-demo-account/ --delete
run: aws s3 sync ./aws_s3_assets/ s3://trait-wallet-demo-account.trait.tech/ --delete

0 comments on commit 3381a37

Please sign in to comment.