We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b59cbb commit fb6b914Copy full SHA for fb6b914
.github/workflows/FrontendRelease.yml
@@ -40,7 +40,7 @@ jobs:
40
azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_BLACK_WAVE_0F9BACA10 }}
41
repo_token: ${{ secrets.GITHUB_TOKEN }}
42
api_location: "" # Azure location where your API is deployed
43
- app_location: "./apps/frontend/.next" # Where the codebase is located
44
- output_location: "" # The directory where the build output is generated
+ app_location: "./apps/frontend" # Where the codebase is located
+ output_location: "./apps/frontend/.next" # The directory where the build output is generated
45
skip_app_build: true
46
skip_api_build: true
0 commit comments