Skip to content

Commit c7a1020

Browse files
authored
Merge pull request #419 from convenient/github-action-deploy-robustness
Update github action for deployment robustness
2 parents 0b59a25 + 4671504 commit c7a1020

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/hypernode-deploy/getting-started/configure-ci-cd.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ env:
105105
jobs:
106106
build:
107107
runs-on: ubuntu-latest
108+
timeout-minutes: 60
108109
# Here we use the latest Hypernode Deploy image with PHP 8.4 and Node.js 22
109110
container: quay.io/hypernode/deploy:latest-php8.4-node22
110111
steps:
@@ -140,6 +141,7 @@ jobs:
140141
deploy:
141142
needs: build
142143
runs-on: ubuntu-latest
144+
timeout-minutes: 60
143145
# Here we use the latest Hypernode Deploy image with PHP 8.4 and Node.js 22
144146
container: quay.io/hypernode/deploy:latest-php8.4-node22
145147
steps:

0 commit comments

Comments
 (0)