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

@ -33,3 +33,4 @@ jobs:
branch: 'main' branch: 'main'
git_remote_url: 'ssh://dokku@staging.discours.io:22/inbox' 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'