Skip to content

Commit

Permalink
fix: prod deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
spaenleh committed Dec 12, 2024
1 parent e0b3380 commit 2e46c28
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,9 @@ jobs:
# Replace input build-folder or version if needed
with:
build-folder: "build"
role-to-assume: ${{ secrets.AWS_ROLE }}
# todo: replace these with the role-to-assume oidc solution
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID_PROD }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY_PROD }}
aws-region: ${{ vars.AWS_REGION }}
aws-s3-bucket-name: ${{ vars.AWS_S3_BUCKET_NAME }}
cloudfront-distribution-id: ${{ vars.AWS_CLOUDFRONT_DISTRIBUTION_ID }}

0 comments on commit 2e46c28

Please sign in to comment.