ci: execute deploy.sh directly to leverage nexus proxy and host environment
Some checks failed
Deploy Canina / deploy (push) Failing after 2s

This commit is contained in:
parsa aghaei 2026-08-09 14:47:00 +03:30
parent 5de1c97644
commit ba4dcdc3ef

View File

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