Compare commits
2 Commits
cded33de29
...
a7900ec58c
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a7900ec58c | ||
|
|
80585299f7 |
@ -9,12 +9,11 @@ on:
|
||||
jobs:
|
||||
deploy:
|
||||
runs-on: canina
|
||||
timeout-minutes: 30
|
||||
steps:
|
||||
- name: Deploy via Host Script (with VPN)
|
||||
- name: Deploy via Host Script
|
||||
shell: sh
|
||||
env:
|
||||
BRANCH: ${{ github.ref_name }}
|
||||
run: |
|
||||
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