Skip to content

Commit

Permalink
sync s3 bucket
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-dharti-r committed May 10, 2024
1 parent f8aae67 commit 41216c9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,6 @@ jobs:
capabilities: CAPABILITY_IAM, CAPABILITY_NAMED_IAM
parameter-overrides: >-
AcmCertificateArn=${{ secrets.ACM_CERTIFICATE_ARN }}
run: |
cd website
aws s3 sync ./out s3://${{ secrets.WEBSITE_BUCKET_NAME }}

0 comments on commit 41216c9

Please sign in to comment.