Compare commits
No commits in common. "a7900ec58c1bca6a149963b9d7883a71fefe7ee5" and "cded33de2911d09a3ea5835edafa48da3e91f6da" have entirely different histories.
a7900ec58c
...
cded33de29
@ -9,11 +9,12 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
deploy:
|
deploy:
|
||||||
runs-on: canina
|
runs-on: canina
|
||||||
|
timeout-minutes: 30
|
||||||
steps:
|
steps:
|
||||||
- name: Deploy via Host Script
|
- name: Deploy via Host Script (with VPN)
|
||||||
shell: sh
|
shell: sh
|
||||||
env:
|
env:
|
||||||
BRANCH: ${{ github.ref_name }}
|
BRANCH: ${{ github.ref_name }}
|
||||||
run: |
|
run: |
|
||||||
echo "Deploying branch: ${BRANCH}"
|
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}"
|
||||||
Loading…
Reference in New Issue
Block a user