From b6b05f3fcc5f7f0c54e22cadcb4e401e769f6c41 Mon Sep 17 00:00:00 2001 From: Finn Christiansen Date: Sun, 30 Jun 2024 20:46:26 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Fix=20deploy=20action=20URL?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .forgejo/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/ci.yaml b/.forgejo/workflows/ci.yaml index b3adcc1..5637cf2 100644 --- a/.forgejo/workflows/ci.yaml +++ b/.forgejo/workflows/ci.yaml @@ -37,7 +37,7 @@ jobs: run: | docker buildx imagetools inspect code.f2n.me/finn/matrix-bot-invitation-mailer:latest - name: Deploy - uses: tristiisch/docker-stack-deployment@v2 + uses: https://github.com/tristiisch/docker-stack-deployment@v2 with: remote_docker_host: home.finnchristiansen.de remote_docker_port: 44022