Skip to content

Commit

Permalink
Update deploy-prod-azure.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kartikvirendrar authored Sep 9, 2024
1 parent 02984c3 commit 80c14f0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy-prod-azure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ env:
AZURE_CDN_PROFILE: ${{ vars.PROD__AZURE_CDN_PROFILE }}
AZURE_ENDPOINT_NAME: ${{ vars.PROD__AZURE_ENDPOINT_NAME }}
AZURE_RESOURCE_GROUP: ${{ vars.PROD__AZURE_RESOURCE_GROUP }}
REACT_APP_CLIENT_ID: ${{ vars.REACT_APP_CLIENT_ID }}
REACT_APP_CLIENT_SECRET: ${{ vars.REACT_APP_CLIENT_SECRET }}
REACT_APP_SCOPE: ${{ vars.REACT_APP_SCOPE }}

jobs:
cicd:
Expand Down

0 comments on commit 80c14f0

Please sign in to comment.