From 20c7e2a9bb22eb4b38abec893638983941d69fc1 Mon Sep 17 00:00:00 2001 From: Stepan Vladovskiy Date: Tue, 9 Apr 2024 12:42:11 -0300 Subject: [PATCH] debug: deploy on dokku with ipadress and in crdt-server container --- .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 f539ab4..d2b1a7f 100644 --- a/.gitea/workflows/main.yml +++ b/.gitea/workflows/main.yml @@ -31,5 +31,5 @@ jobs: uses: dokku/github-action@master with: branch: 'main' - git_remote_url: 'ssh://dokku@v2.discours.io:22/${{ steps.repo_name.outputs.repo }}' + git_remote_url: 'ssh://dokku@5.255.100.133:22/crdt-server' ssh_private_key: ${{ secrets.SSH_PRIVATE_KEY }}