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.
1 parent 3a622aa commit 67ddd9bCopy full SHA for 67ddd9b
action.yml
@@ -34,7 +34,7 @@ inputs:
34
deploy_timeout:
35
description: "Timeout for the deploy check (in seconds)"
36
required: false
37
- default: "300"
+ default: "600"
38
stack_file:
39
description: "Path to the stack file to be used for deploy"
40
required: true
scripts/docker-entrypoint.sh
@@ -77,7 +77,7 @@ else
77
fi
78
79
if [[ -z "${DEPLOY_TIMEOUT}" ]]; then
80
- export DEPLOY_TIMEOUT=300
+ export DEPLOY_TIMEOUT=600
81
82
83
# CHECK REMOTE VARIABLES
0 commit comments