There was an error while loading. Please reload this page.
2 parents bf36e46 + 59b99fa commit 6b55c77Copy full SHA for 6b55c77
2 files changed
starter-sample/.github/workflows/defang.yaml
@@ -9,6 +9,7 @@ jobs:
9
deploy:
10
environment: defang-production
11
runs-on: ubuntu-latest
12
+ timeout-minutes: 70
13
permissions:
14
contents: read
15
id-token: write
templates/defang.yaml
@@ -23,6 +23,7 @@ jobs:
23
name: Defang ${{ github.event.inputs.action || 'up' }} ${{ github.event.inputs.stack || 'default stack' }}
24
25
26
27
28
29
0 commit comments