Compare commits

...

2 Commits

Author SHA1 Message Date
parsa aghaei
d4861f202e ci(deploy): update workflow timeout and deploy script
Some checks failed
Deploy Canina / deploy (push) Failing after 15m3s
2026-07-27 16:58:05 +03:30
parsa aghaei
fecc3cfb65 ci(deploy): increase job timeout to 15m and configure buildkit fast build
Some checks failed
Deploy Canina / deploy (push) Failing after 15m3s
2026-07-27 16:57:42 +03:30

View File

@ -9,6 +9,7 @@ on:
jobs: jobs:
deploy: deploy:
runs-on: canina runs-on: canina
timeout-minutes: 15
steps: steps:
- name: Setup SSH key - name: Setup SSH key
shell: sh shell: sh
@ -22,6 +23,7 @@ jobs:
- name: Deploy - name: Deploy
shell: sh shell: sh
timeout-minutes: 15
run: | run: |
BRANCH="${GITHUB_REF_NAME}" BRANCH="${GITHUB_REF_NAME}"
echo "Deploying branch: ${BRANCH}" echo "Deploying branch: ${BRANCH}"