Compare commits
2 Commits
cded33de29
...
a7900ec58c
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a7900ec58c | ||
|
|
80585299f7 |
@ -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}"
|
||||||
Loading…
Reference in New Issue
Block a user