debug: no force in push to staging
All checks were successful
deploy / deploy (push) Successful in 29s

This commit is contained in:
Stepan Vladovskiy 2024-04-11 17:16:39 -03:00
parent 8eb9650142
commit ca0118df5e

View File

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