ci: final deployment pipeline trigger
Some checks failed
Deploy Canina / deploy (push) Failing after 1s
Some checks failed
Deploy Canina / deploy (push) Failing after 1s
This commit is contained in:
parent
c39fe944fd
commit
cbe83356ce
@ -1,3 +1,4 @@
|
|||||||
|
# Canina Deployment Workflow
|
||||||
name: Deploy Canina
|
name: Deploy Canina
|
||||||
|
|
||||||
on:
|
on:
|
||||||
@ -10,10 +11,10 @@ jobs:
|
|||||||
deploy:
|
deploy:
|
||||||
runs-on: canina
|
runs-on: canina
|
||||||
steps:
|
steps:
|
||||||
- name: Deploy via Local Script
|
- name: Deploy via Mounted Host Scripts
|
||||||
shell: sh
|
shell: sh
|
||||||
env:
|
env:
|
||||||
BRANCH: ${{ github.ref_name }}
|
BRANCH: ${{ github.ref_name }}
|
||||||
run: |
|
run: |
|
||||||
echo "Deploying branch: ${BRANCH}"
|
echo "Executing CI/CD deployment for branch: ${BRANCH}"
|
||||||
sh /opt/services/scripts/with-vpn.sh "sh /opt/services/canina/deploy.sh ${BRANCH}"
|
sh /opt/services/scripts/with-vpn.sh "sh /opt/services/canina/deploy.sh ${BRANCH}"
|
||||||
Loading…
Reference in New Issue
Block a user