From c825d5429ec109bcdfc76ecda99f67a70b52fa0e Mon Sep 17 00:00:00 2001 From: Liam Date: Tue, 23 Apr 2024 01:10:03 +0100 Subject: [PATCH] update dokku --- .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 6e1faba..133be5c 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -47,5 +47,5 @@ jobs: - name: Push to dokku uses: dokku/github-action@master with: - git_remote_url: "ssh://dokku@10.0.50.118:22/minecraft-helper" + git_remote_url: "ssh://dokku@10.0.50.118:22/paste-backend" ssh_private_key: ${{ secrets.SSH_PRIVATE_KEY }} \ No newline at end of file