WIP add new port for PR
Some checks failed
Remote Deployment Pipeline / Prepare deployment vars (pull_request) Successful in 2s
Remote Deployment Pipeline / Create remote directory (pull_request) Successful in 8s
Remote Deployment Pipeline / Cleanup MR environment (pull_request) Has been skipped
Remote Deployment Pipeline / Sync repository files (pull_request) Successful in 19s
Remote Deployment Pipeline / Run docker-compose remotely (pull_request) Failing after 7s

This commit is contained in:
2025-11-04 16:03:52 +01:00
parent 8291554a9e
commit adfa1b582a
3 changed files with 7 additions and 3 deletions

View File

@@ -114,7 +114,7 @@ jobs:
chmod 644 ~/.ssh/known_hosts
- name: Run docker-compose on remote host
run: ssh -p "$SSH_PORT" $SSH_USER@$SSH_HOST "cd '${{ needs.prepare_deployment_vars.outputs.deploy_path }}' && docker-compose up -d --build"
run: ssh -p "$SSH_PORT" $SSH_USER@$SSH_HOST "cd '${{ needs.prepare_deployment_vars.outputs.deploy_path }}' && docker-compose up -f docker-compose.yaml -f docker-compose-pr.yaml -d --build"
cleanup_mr_environment:
name: Cleanup MR environment