ci: simplify deploy workflow to execute natively on host
Some checks failed
Deploy Canina / deploy (push) Failing after 0s
Some checks failed
Deploy Canina / deploy (push) Failing after 0s
This commit is contained in:
parent
1f84fbc778
commit
e4fd6b2cde
@ -1,4 +1,3 @@
|
||||
# Canina Deployment Workflow
|
||||
name: Deploy Canina
|
||||
|
||||
on:
|
||||
@ -11,10 +10,8 @@ jobs:
|
||||
deploy:
|
||||
runs-on: canina
|
||||
steps:
|
||||
- name: Deploy Canina Application
|
||||
shell: sh
|
||||
- name: Run Deployment Script
|
||||
env:
|
||||
BRANCH: ${{ github.ref_name }}
|
||||
run: |
|
||||
echo "Starting CI/CD deployment for branch: ${BRANCH}"
|
||||
sh /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