ci: deploy via with-vpn and deploy.sh with mapped host binaries
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
846a20c6ed
commit
1f84fbc778
@ -10,13 +10,11 @@ on:
|
||||
jobs:
|
||||
deploy:
|
||||
runs-on: canina
|
||||
container:
|
||||
image: docker:cli
|
||||
steps:
|
||||
- name: Trigger Automatic Deployment
|
||||
- name: Deploy Canina Application
|
||||
shell: sh
|
||||
env:
|
||||
BRANCH: ${{ github.ref_name }}
|
||||
run: |
|
||||
echo "Starting CI/CD deployment for branch: ${BRANCH}"
|
||||
docker exec -e BRANCH="${BRANCH}" gitea_runner sh -c "bash /opt/services/canina/deploy.sh ${BRANCH}"
|
||||
sh /opt/services/scripts/with-vpn.sh "bash /opt/services/canina/deploy.sh ${BRANCH}"
|
||||
Loading…
Reference in New Issue
Block a user