Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions .github/workflows/azure-static-web-apps-calm-field-0dfb6731e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,14 @@ jobs:
action: "upload"
###### Repository/Build Configurations - These values can be configured to match your app requirements. ######
# For more information regarding Static Web App workflow configurations, please visit: https://aka.ms/swaworkflowconfig
app_location: "/" # App source code path
api_location: "" # Api source code path - optional
app_location: "./" # App source code path
api_location: "./api/" # Api source code path - optional
output_location: "build" # Built app content directory - optional
github_id_token: ${{ steps.idtoken.outputs.result }}
env:
VITE_REACT_APP_CLIENT_ID: "270e7c47-c240-4275-ba86-415dbe08fa4f"
VITE_REACT_APP_AUTHORITY: "https://login.microsoftonline.com/fc90232c-a6ba-4f13-a8f1-283b00faf105"
VITE_REACT_APP_REDIRECT_URI: "https://calm-field-0dfb6731e.3.azurestaticapps.net"
###### End of Repository/Build Configurations ######

close_pull_request_job:
Expand All @@ -55,4 +59,6 @@ jobs:
id: closepullrequest
uses: Azure/static-web-apps-deploy@v1
with:
azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_CALM_FIELD_0DFB6731E }}
action: "close"

63 changes: 0 additions & 63 deletions .github/workflows/azure-static-web-apps-jolly-desert-073eb0e1e.yml

This file was deleted.

Loading