From e4da92d7ee35c9aaed47f61dea11e886f3c79c82 Mon Sep 17 00:00:00 2001 From: Untone Date: Mon, 5 Feb 2024 15:31:23 +0300 Subject: [PATCH] ci-fixed-2 --- .gitea/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/main.yml b/.gitea/workflows/main.yml index 4043648..b9deb45 100644 --- a/.gitea/workflows/main.yml +++ b/.gitea/workflows/main.yml @@ -40,5 +40,5 @@ jobs: uses: dokku/github-action@master with: branch: 'main' - git_remote_url: 'ssh://dokku@staging.discours.io:22/${{ steps.repo_name.outputs.repo }}' + git_remote_url: 'ssh://dokku@v2.discours.io:22/${{ steps.repo_name.outputs.repo }}' ssh_private_key: ${{ secrets.SSH_PRIVATE_KEY }}