debug: force flag for pushing to staging
All checks were successful
deploy / deploy (push) Successful in 52s

This commit is contained in:
Stepan Vladovskiy 2024-04-11 15:52:50 -03:00
parent ea88eab175
commit 16b746d360

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 }}
git_push_flags: '--force'