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:
|
deploy:
|
||||||
runs-on: canina
|
runs-on: canina
|
||||||
steps:
|
steps:
|
||||||
- name: Deploy via Script
|
- name: Execute Deployment
|
||||||
shell: sh
|
shell: sh
|
||||||
env:
|
env:
|
||||||
BRANCH: ${{ github.ref_name }}
|
BRANCH: ${{ github.ref_name }}
|
||||||
run: |
|
run: |
|
||||||
echo "Executing CI/CD deployment for branch: ${BRANCH}"
|
echo "Starting CI/CD deployment for branch: ${BRANCH}"
|
||||||
sh /opt/services/scripts/with-vpn.sh "sh /opt/services/canina/deploy.sh ${BRANCH}"
|
sh /opt/services/canina/deploy.sh "${BRANCH}"
|
||||||
Loading…
Reference in New Issue
Block a user