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.
2 parents 0b59a25 + 4671504 commit c7a1020Copy full SHA for c7a1020
docs/hypernode-deploy/getting-started/configure-ci-cd.md
@@ -105,6 +105,7 @@ env:
105
jobs:
106
build:
107
runs-on: ubuntu-latest
108
+ timeout-minutes: 60
109
# Here we use the latest Hypernode Deploy image with PHP 8.4 and Node.js 22
110
container: quay.io/hypernode/deploy:latest-php8.4-node22
111
steps:
@@ -140,6 +141,7 @@ jobs:
140
141
deploy:
142
needs: build
143
144
145
146
147
0 commit comments