ci(deploy): increase job timeout to 15m and configure buildkit fast build
Some checks failed
Deploy Canina / deploy (push) Failing after 15m3s
Some checks failed
Deploy Canina / deploy (push) Failing after 15m3s
This commit is contained in:
parent
885ec72f25
commit
fecc3cfb65
@ -9,6 +9,7 @@ on:
|
||||
jobs:
|
||||
deploy:
|
||||
runs-on: canina
|
||||
timeout-minutes: 15
|
||||
steps:
|
||||
- name: Setup SSH key
|
||||
shell: sh
|
||||
@ -22,6 +23,7 @@ jobs:
|
||||
|
||||
- name: Deploy
|
||||
shell: sh
|
||||
timeout-minutes: 15
|
||||
run: |
|
||||
BRANCH="${GITHUB_REF_NAME}"
|
||||
echo "Deploying branch: ${BRANCH}"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user