Skip to content

Commit

Permalink
Deploy to s3
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-dharti-r committed May 10, 2024
1 parent 41216c9 commit 63820a6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
# aws cloudformation deploy --stack-name bitespace-website --template-file deploy.yml --parameter-overrides AcmCertificateArn=$ACM_CERTIFICATE_ARN --capabilities CAPABILITY_IAM CAPABILITY_NAMED_IAM
# aws s3 sync ./out s3://${{ secrets.WEBSITE_BUCKET_NAME }}

- name: Deploy to s3
- name: Cloudformation and s3 setup
id: bitespace-website
uses: aws-actions/aws-cloudformation-github-deploy@v1
with:
Expand All @@ -52,6 +52,8 @@ jobs:
capabilities: CAPABILITY_IAM, CAPABILITY_NAMED_IAM
parameter-overrides: >-
AcmCertificateArn=${{ secrets.ACM_CERTIFICATE_ARN }}
- name: Deploy to S3
run: |
cd website
aws s3 sync ./out s3://${{ secrets.WEBSITE_BUCKET_NAME }}

0 comments on commit 63820a6

Please sign in to comment.