From 39e919901a1d47a46d6e088b873bea18ac6ffd5e Mon Sep 17 00:00:00 2001 From: "Chris Baudouin, Jr" Date: Thu, 10 Dec 2020 19:32:18 -0500 Subject: [PATCH] Fixes port issue with Staging GitHub Action --- .github/workflows/deploy-staging.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-staging.yml b/.github/workflows/deploy-staging.yml index 0383bd85b..5ba0d4659 100644 --- a/.github/workflows/deploy-staging.yml +++ b/.github/workflows/deploy-staging.yml @@ -18,5 +18,5 @@ jobs: - name: Push to Staging uses: dokku/github-action@master with: - git_remote_url: 'dokku@csh-cloud.oweb.co:brickhack-stage' + git_remote_url: 'ssh://dokku@csh-cloud.oweb.co:22/brickhack-stage' ssh_private_key: ${{ secrets.CODERIT_CLOUD_SSH_PRIVATE_KEY }}