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