Skip to content

Commit

Permalink
rm s3 bucket secret
Browse files Browse the repository at this point in the history
  • Loading branch information
Pheenoh committed Jul 7, 2024
1 parent 9375366 commit 9eab1c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-push-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:
aws-region: ${{ secrets.AWS_REGION }}
- name: Sync directory to S3
run: |
aws s3 sync build/ s3://${{ secrets.AWS_S3_BUCKET }}/ --delete --acl public-read
aws s3 sync build/ s3://zsrtp.link/ --delete --acl public-read

0 comments on commit 9eab1c0

Please sign in to comment.