Skip to content

Commit

Permalink
Update azure-static-web-apps-gray-meadow-084f3fa0f.yml
Browse files Browse the repository at this point in the history
Change nomenclature from PROD to LIVE
  • Loading branch information
TimNeubrander authored Oct 21, 2024
1 parent 3ad1be4 commit a9cd49d
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Azure Static Web Apps CI/CD PROD
name: Azure Static Web Apps CI/CD LIVE

on:
workflow_dispatch:
Expand All @@ -14,9 +14,9 @@ jobs:
runs-on: ubuntu-latest
name: Build and Deploy Job
env:
GA: ${{ vars.GA_ID_PROD }}
ROOT_URL: ${{ vars.ROOT_URL_PROD }}
SEARCH_SERVICE: ${{ vars.SEARCH_SERVICE_URL_PROD }}
GA: ${{ vars.GA_ID_LIVE }}
ROOT_URL: ${{ vars.ROOT_URL_LIVE }}
SEARCH_SERVICE: ${{ vars.SEARCH_SERVICE_URL_LIVE }}
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit a9cd49d

Please sign in to comment.