Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
igorperic17 authored Jun 28, 2024
1 parent 8d823d0 commit 097ce8c
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 @@ -84,6 +84,8 @@ jobs:
needs: deploy-pypi
if: ${{ (github.event.inputs.destination_branch == 'main') && success() }}
uses: ./.github/workflows/deploy_docs_to_s3.yml
with:
ENVIRONMENT: ${{ github.event.inputs.destination_branch }}
secrets:
AWS_CLOUDFRONT_DISTRIBUTION_ID: ${{ secrets.AWS_CLOUDFRONT_DISTRIBUTION_ID }}
AWS_ROLE_TO_ASSUME: ${{ secrets.AWS_ROLE_TO_ASSUME }}
Expand Down

0 comments on commit 097ce8c

Please sign in to comment.