Skip to content

Commit fb6b914

Browse files
committed
refactor: Update FrontendRelease workflow to fix app_location and output_location
1 parent 3b59cbb commit fb6b914

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/FrontendRelease.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_BLACK_WAVE_0F9BACA10 }}
4141
repo_token: ${{ secrets.GITHUB_TOKEN }}
4242
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
43+
app_location: "./apps/frontend" # Where the codebase is located
44+
output_location: "./apps/frontend/.next" # The directory where the build output is generated
4545
skip_app_build: true
4646
skip_api_build: true

0 commit comments

Comments
 (0)