We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb6b914 commit 99ea105Copy full SHA for 99ea105
1 file changed
.github/workflows/FrontendRelease.yml
@@ -11,6 +11,7 @@ jobs:
11
if: startsWith(github.ref, 'refs/tags/v')
12
runs-on: ubuntu-latest
13
name: Build and Deploy Job
14
+ timeout-minutes: 10
15
16
steps:
17
- name: Checkout repository
@@ -41,6 +42,6 @@ jobs:
41
42
repo_token: ${{ secrets.GITHUB_TOKEN }}
43
api_location: "" # Azure location where your API is deployed
44
app_location: "./apps/frontend" # Where the codebase is located
- 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
46
skip_app_build: true
47
skip_api_build: true
0 commit comments