forked from kovagoadi.hu/static.kovagoadi.hu
fix
This commit is contained in:
@@ -116,7 +116,7 @@ jobs:
|
|||||||
chmod 644 ~/.ssh/known_hosts
|
chmod 644 ~/.ssh/known_hosts
|
||||||
|
|
||||||
- name: Run docker-compose on remote host
|
- 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 /tmp/app/main && docker-compose up -d --build"
|
||||||
|
|
||||||
cleanup_mr_environment:
|
cleanup_mr_environment:
|
||||||
name: Cleanup MR environment
|
name: Cleanup MR environment
|
||||||
|
|||||||
Reference in New Issue
Block a user