Skip to content

Commit

Permalink
Merge pull request #7 from BottleneckStudio/sample/branch_trigger
Browse files Browse the repository at this point in the history
fix key for bucket
  • Loading branch information
kenkoii authored Oct 2, 2022
2 parents dc43ad2 + 0adcea7 commit eb8b751
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ jobs:
aws-region: ap-southeast-1

- name: Deploy static site to S3 bucket
run: aws s3 sync ./build s3://${{FRONTEND_BUCKET}}
run: aws s3 sync ./build s3://${{ secrets.FRONTEND_BUCKET }}

0 comments on commit eb8b751

Please sign in to comment.