feat: force push to staging inbox
This commit is contained in:
parent
9911a9410d
commit
9ce0426b7e
|
@ -29,6 +29,7 @@ jobs:
|
||||||
if: github.ref == 'refs/heads/dev'
|
if: github.ref == 'refs/heads/dev'
|
||||||
uses: dokku/github-action@master
|
uses: dokku/github-action@master
|
||||||
with:
|
with:
|
||||||
branch: 'dev'
|
branch: 'main'
|
||||||
git_remote_url: 'ssh://dokku@staging.discours.io:22/core'
|
git_remote_url: 'ssh://dokku@staging.discours.io:22/core'
|
||||||
ssh_private_key: ${{ secrets.SSH_PRIVATE_KEY }}
|
ssh_private_key: ${{ secrets.SSH_PRIVATE_KEY }}
|
||||||
|
push_flags: '--force'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user