Compare commits

..

2 Commits

Author SHA1 Message Date
parsa aghaei
a7900ec58c ci: remove sudo from deploy step
Some checks failed
Deploy Canina / deploy (push) Failing after 2s
2026-08-09 11:35:07 +03:30
parsa aghaei
80585299f7 ci: switch to native docker execution without ssh dependency 2026-08-09 11:33:56 +03:30

View File

@ -9,12 +9,11 @@ on:
jobs: jobs:
deploy: deploy:
runs-on: canina runs-on: canina
timeout-minutes: 30
steps: steps:
- name: Deploy via Host Script (with VPN) - name: Deploy via Host Script
shell: sh shell: sh
env: env:
BRANCH: ${{ github.ref_name }} BRANCH: ${{ github.ref_name }}
run: | run: |
echo "Deploying branch: ${BRANCH}" echo "Deploying branch: ${BRANCH}"
sudo bash /opt/services/scripts/with-vpn.sh "bash /opt/services/canina/deploy.sh ${BRANCH}" bash /opt/services/scripts/with-vpn.sh "bash /opt/services/canina/deploy.sh ${BRANCH}"