Skip to content

Commit 99ea105

Browse files
committed
refactor: Update FrontendRelease workflow to include timeout and adjust output_location
1 parent fb6b914 commit 99ea105

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/FrontendRelease.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
if: startsWith(github.ref, 'refs/tags/v')
1212
runs-on: ubuntu-latest
1313
name: Build and Deploy Job
14+
timeout-minutes: 10
1415

1516
steps:
1617
- name: Checkout repository
@@ -41,6 +42,6 @@ jobs:
4142
repo_token: ${{ secrets.GITHUB_TOKEN }}
4243
api_location: "" # Azure location where your API is deployed
4344
app_location: "./apps/frontend" # Where the codebase is located
44-
output_location: "./apps/frontend/.next" # The directory where the build output is generated
45+
output_location: ".next" # The directory where the build output is generated
4546
skip_app_build: true
4647
skip_api_build: true

0 commit comments

Comments
 (0)