feat: force push to staging inbox

This commit is contained in:
Stepan Vladovskiy 2024-04-11 15:39:56 -03:00
parent 9911a9410d
commit 9ce0426b7e

View File

@ -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'