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
|
||||
|
||||
on:
|
||||
@ -10,10 +11,10 @@ jobs:
|
||||
deploy:
|
||||
runs-on: canina
|
||||
steps:
|
||||
- name: Deploy via Local Script
|
||||
- name: Deploy via Mounted Host Scripts
|
||||
shell: sh
|
||||
env:
|
||||
BRANCH: ${{ github.ref_name }}
|
||||
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}"
|
||||
Loading…
Reference in New Issue
Block a user