ci: execute deploy.sh directly to leverage nexus proxy and host environment
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
5de1c97644
commit
ba4dcdc3ef
@ -11,10 +11,10 @@ jobs:
|
||||
deploy:
|
||||
runs-on: canina
|
||||
steps:
|
||||
- name: Deploy via Script
|
||||
- name: Execute Deployment
|
||||
shell: sh
|
||||
env:
|
||||
BRANCH: ${{ github.ref_name }}
|
||||
run: |
|
||||
echo "Executing CI/CD deployment for branch: ${BRANCH}"
|
||||
sh /opt/services/scripts/with-vpn.sh "sh /opt/services/canina/deploy.sh ${BRANCH}"
|
||||
echo "Starting CI/CD deployment for branch: ${BRANCH}"
|
||||
sh /opt/services/canina/deploy.sh "${BRANCH}"
|
||||
Loading…
Reference in New Issue
Block a user