We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74f524c commit 17e7276Copy full SHA for 17e7276
1 file changed
.github/workflows/deploy-staging.yml
@@ -18,5 +18,6 @@ jobs:
18
- name: Push to Staging
19
uses: dokku/github-action@master
20
with:
21
+ git_push_flags: '--force'
22
git_remote_url: 'ssh://dokku@csh-cloud.oweb.co:22/brickhack-stage'
23
ssh_private_key: ${{ secrets.CODERIT_CLOUD_SSH_PRIVATE_KEY }}
0 commit comments