From e2f5a447072164c93251599849028196f4705dd9 Mon Sep 17 00:00:00 2001 From: Bryce Mecum Date: Tue, 26 Dec 2023 16:53:14 -0900 Subject: [PATCH] Update deploy.yml --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index af3fd61..37353b2 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -22,7 +22,7 @@ jobs: id: push uses: dokku/github-action@master with: - git_remote_url: "dokku@treestats.net:22:treestats-production" + git_remote_url: "ssh://dokku@treestats.net:22/treestats-production" ssh_private_key: ${{ secrets.SSH_PRIVATE_KEY }} continue_on_failure: true - name: Notify Discord