ci(deploy): increase job timeout to 15m and configure buildkit fast build
Some checks failed
Deploy Canina / deploy (push) Failing after 15m3s

This commit is contained in:
parsa aghaei 2026-07-27 16:57:42 +03:30
parent 885ec72f25
commit fecc3cfb65

View File

@ -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}"