Skip to content

Commit

Permalink
Set env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-dharti-r committed May 10, 2024
1 parent 0838b4a commit e76b92c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ jobs:
# aws s3 sync ./out s3://${{ secrets.WEBSITE_BUCKET_NAME }}

- name: Deploy to s3
env:
ACM_CERTIFICATE_ARN: ${{ secrets.ACM_CERTIFICATE_ARN }}
id: bitespace-website
uses: aws-actions/aws-cloudformation-github-deploy@v1
with:
Expand Down

0 comments on commit e76b92c

Please sign in to comment.