Skip to content

Commit

Permalink
fix: change dev environment name
Browse files Browse the repository at this point in the history
  • Loading branch information
kazami139 committed Feb 14, 2023
1 parent b2db88c commit 5c2a04e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dev-azure-staticwebapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#
# 3. Change the values for the APP_LOCATION, API_LOCATION and APP_ARTIFACT_LOCATION, AZURE_STATIC_WEB_APPS_API_TOKEN environment variables (below).
# For instructions on setting up the appropriate configuration values go to https://docs.microsoft.com/azure/static-web-apps/front-end-frameworks
name: Deploy EOEFANS LANDING to Azure Static Web Apps
name: Deploy DEV EOEFANS LANDING to Azure Static Web Apps

on:
push:
Expand All @@ -24,7 +24,7 @@ env:
APP_LOCATION: "dist" # location of your client code
API_LOCATION: "" # location of your api source code - optional
APP_ARTIFACT_LOCATION: "" # location of client code build output
AZURE_STATIC_WEB_APPS_API_TOKEN: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN }} # secret containing deployment token for your static web app
AZURE_STATIC_WEB_APPS_API_TOKEN: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_DEV }} # secret containing deployment token for your static web app
SKIP_APP_BUILD: true

permissions:
Expand Down

0 comments on commit 5c2a04e

Please sign in to comment.