Compare commits

..

No commits in common. "a7900ec58c1bca6a149963b9d7883a71fefe7ee5" and "cded33de2911d09a3ea5835edafa48da3e91f6da" have entirely different histories.

View File

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