diff --git a/.gitea/workflows/deploy-api.yml b/.gitea/workflows/deploy-api.yml index d7b65ff..8549819 100644 --- a/.gitea/workflows/deploy-api.yml +++ b/.gitea/workflows/deploy-api.yml @@ -28,5 +28,5 @@ jobs: - name: Deploy to Dokku uses: dokku/github-action@master with: - git_remote_url: "ssh://dokku@10.10.3.28:22/tether" + git_remote_url: "ssh://dokku@10.10.3.28:22/tether-api" ssh_private_key: ${{ secrets.SSH_PRIVATE_KEY }}