feat: force flag for pushing to staging
Some checks failed
deploy / deploy (push) Failing after 6s

This commit is contained in:
Stepan Vladovskiy 2024-04-11 15:41:47 -03:00
parent d292be591e
commit 38095cf387

View File

@ -32,4 +32,5 @@ jobs:
with:
branch: 'main'
git_remote_url: 'ssh://dokku@staging.discours.io:22/inbox'
ssh_private_key: ${{ secrets.SSH_PRIVATE_KEY }}
ssh_private_key: ${{ secrets.SSH_PRIVATE_KEY }}
push_flags: '--force'