This commit is contained in:
@@ -64,7 +64,7 @@ runs:
|
|||||||
EOF
|
EOF
|
||||||
|
|
||||||
docker context rm deploy_target 2>/dev/null || true
|
docker context rm deploy_target 2>/dev/null || true
|
||||||
docker context create deploy_target --docker "host=ssh://${{ inputs.ssh_user }}@${{ input.ssh_host }}:${{ input.ssh_port }}"
|
docker context create deploy_target --docker "host=ssh://${{ inputs.ssh_user }}@${{ inputs.ssh_host }}:${{ inputs.ssh_port }}"
|
||||||
|
|
||||||
DOCKER_CONTEXT=deploy_target docker compose -f docker-compose.yml -p ${{ steps.branch_name.outputs.branch_name }} down --remove-orphans || true
|
DOCKER_CONTEXT=deploy_target docker compose -f docker-compose.yml -p ${{ steps.branch_name.outputs.branch_name }} down --remove-orphans || true
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user