Skip to content

Commit

Permalink
ci: 👷 update prod config
Browse files Browse the repository at this point in the history
  • Loading branch information
megasanjay committed Jan 18, 2024
1 parent 5b6d2cb commit 4e293c2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy-frontend.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build frontend and deploy to Azure Static Web Apps (red-mushroom-0e8a98610)
name: Build frontend and deploy to Azure Static Web Apps (orange-sky-0323eca10)

on:
push:
Expand All @@ -25,7 +25,7 @@ jobs:
id: builddeploy
uses: Azure/static-web-apps-deploy@v1
with:
azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_RED_MUSHROOM_0E8A98610 }}
azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_ORANGE_SKY_0323ECA10 }}
repo_token: ${{ secrets.GITHUB_TOKEN }} # Used for Github integrations (i.e. PR comments)
action: "upload"
production_branch: "main"
Expand All @@ -45,7 +45,7 @@ jobs:
id: closepullrequest
uses: Azure/static-web-apps-deploy@v1
with:
azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_RED_MUSHROOM_0E8A98610 }}
azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_ORANGE_SKY_0323ECA10 }}
action: "close"
app_location: "/" # App source code path

0 comments on commit 4e293c2

Please sign in to comment.