From 45aab7b415f77fbf7d757094807f7361f8c2b378 Mon Sep 17 00:00:00 2001 From: Liam Date: Sat, 6 Apr 2024 19:33:29 +0100 Subject: [PATCH] switch to its own dedicated container --- .gitea/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index b5c86b5..bbd5d0b 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -17,5 +17,5 @@ jobs: - name: Push to dokku uses: dokku/github-action@master with: - git_remote_url: "ssh://dokku@10.0.50.65:22/minecraft-helper" + git_remote_url: "ssh://dokku@10.0.50.137:22/minecraft-helper" ssh_private_key: ${{ secrets.SSH_PRIVATE_KEY }} \ No newline at end of file