Skip to content

Commit 74f524c

Browse files
authored
Merge pull request #1014 from codeRIT/bh-1010b
Fixes port issue with Staging GitHub Action
2 parents e4f7bad + 39e9199 commit 74f524c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy-staging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ jobs:
1818
- name: Push to Staging
1919
uses: dokku/github-action@master
2020
with:
21-
git_remote_url: 'dokku@csh-cloud.oweb.co:brickhack-stage'
21+
git_remote_url: 'ssh://dokku@csh-cloud.oweb.co:22/brickhack-stage'
2222
ssh_private_key: ${{ secrets.CODERIT_CLOUD_SSH_PRIVATE_KEY }}

0 commit comments

Comments
 (0)