ci: use sh instead of bash for runner execution
Some checks failed
Deploy Canina / deploy (push) Failing after 2s

This commit is contained in:
parsa aghaei 2026-08-09 11:35:41 +03:30
parent a7900ec58c
commit b57b001df1

View File

@ -16,4 +16,4 @@ jobs:
BRANCH: ${{ github.ref_name }}
run: |
echo "Deploying branch: ${BRANCH}"
bash /opt/services/scripts/with-vpn.sh "bash /opt/services/canina/deploy.sh ${BRANCH}"
sh /opt/services/scripts/with-vpn.sh "sh /opt/services/canina/deploy.sh ${BRANCH}"