From 1c48ed7aaa6eb9497cb4939b6ec2131983143456 Mon Sep 17 00:00:00 2001 From: lovasoa Date: Sat, 22 Jul 2023 23:27:59 +0200 Subject: [PATCH] pdat remote --- .github/workflows/official-site.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/official-site.yml b/.github/workflows/official-site.yml index a3a85043..2e41769c 100644 --- a/.github/workflows/official-site.yml +++ b/.github/workflows/official-site.yml @@ -24,6 +24,6 @@ jobs: - name: Push to dokku uses: dokku/github-action@master with: - git_remote_url: 'ssh://dokku@[${{ secrets.DEPLOY_IP }}]:22/sqlpage' + git_remote_url: 'dokku@[${{ secrets.DEPLOY_IP }}]:sqlpage' ssh_private_key: ${{ secrets.SSH_PRIVATE_KEY }} git_push_flags: '--force'