Skip to content

Commit

Permalink
using vars
Browse files Browse the repository at this point in the history
  • Loading branch information
adunndevster2 committed Jan 18, 2024
1 parent 3a4af21 commit 5bdf20f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-latest
environment: prod
steps:
- name: Log into Azure
- name: Log into Azure
uses: azure/login@v1
with:
client-id: ${{ secrets.AZURE_CLIENT_ID }}
Expand All @@ -31,7 +31,7 @@ jobs:
# Purge Azure Front Door Cache
- name: Purge Cache
run: |
az afd endpoint purge -g ${{ env.RESOURCE_GROUP }} --profile-name ${{ env.AFD_PROFILE_NAME }} --domains ${{ env.AFD_DOMAINS }} --content-paths '/*' --endpoint-name ${{ env.AFD_ENDPOINT_NAME }}
az afd endpoint purge -g ${{ vars.RESOURCE_GROUP }} --profile-name ${{ vars.AFD_PROFILE_NAME }} --domains ${{ vars.AFD_DOMAINS }} --content-paths '/*' --endpoint-name ${{ vars.AFD_ENDPOINT_NAME }}
# Clone current repo
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 5bdf20f

Please sign in to comment.