Debug: add force flag to test push to v2 action
All checks were successful
deploy / deploy (push) Successful in 44s

This commit is contained in:
Stepan Vladovskiy 2024-09-24 13:05:24 +00:00
parent ef78bc078b
commit aa64417e6c

View File

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