ci: switch to host execution for zero-overhead direct deployment
Some checks failed
Deploy Canina / deploy (push) Failing after 2s
Some checks failed
Deploy Canina / deploy (push) Failing after 2s
This commit is contained in:
parent
ba4dcdc3ef
commit
50b3708dc5
@ -11,10 +11,9 @@ jobs:
|
||||
deploy:
|
||||
runs-on: canina
|
||||
steps:
|
||||
- name: Execute Deployment
|
||||
shell: sh
|
||||
env:
|
||||
BRANCH: ${{ github.ref_name }}
|
||||
- name: Execute Deployment Script
|
||||
run: |
|
||||
echo "Starting CI/CD deployment for branch: ${BRANCH}"
|
||||
sh /opt/services/canina/deploy.sh "${BRANCH}"
|
||||
bash /opt/services/canina/deploy.sh "${BRANCH}"
|
||||
env:
|
||||
BRANCH: ${{ github.ref_name }}
|
||||
Loading…
Reference in New Issue
Block a user