typos
Some checks failed
CI / build-and-test (push) Failing after 2m59s

This commit is contained in:
Tobias Klemp
2026-01-02 20:12:52 +01:00
parent 0a7f510648
commit d5bf76a5af

View File

@@ -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