ci: switch to host execution for zero-overhead direct deployment
Some checks failed
Deploy Canina / deploy (push) Failing after 2s

This commit is contained in:
parsa aghaei 2026-08-09 14:54:10 +03:30
parent ba4dcdc3ef
commit 50b3708dc5

View File

@ -11,10 +11,9 @@ jobs:
deploy:
runs-on: canina
steps:
- name: Execute Deployment
shell: sh
env:
BRANCH: ${{ github.ref_name }}
- name: Execute Deployment Script
run: |
echo "Starting CI/CD deployment for branch: ${BRANCH}"
sh /opt/services/canina/deploy.sh "${BRANCH}"
bash /opt/services/canina/deploy.sh "${BRANCH}"
env:
BRANCH: ${{ github.ref_name }}