From c707b0d3ac5b3f5fe3235327feb53ee825b5d650 Mon Sep 17 00:00:00 2001 From: Braydon Date: Tue, 16 Apr 2024 16:55:40 -0700 Subject: [PATCH] Update API deploy workflow --- .gitea/workflows/deploy-api.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy-api.yml b/.gitea/workflows/deploy-api.yml index 2b12f06..0f1fa72 100644 --- a/.gitea/workflows/deploy-api.yml +++ b/.gitea/workflows/deploy-api.yml @@ -44,5 +44,5 @@ jobs: - name: Deploy to Dokku uses: dokku/github-action@master with: - git_remote_url: "ssh://dokku@10.10.3.28:22/restfulmc" + git_remote_url: "ssh://dokku@10.10.3.28:22/restfulmc-api" ssh_private_key: ${{ secrets.SSH_PRIVATE_KEY }}