Debug: add force flag to test push to v2 action
All checks were successful
deploy / deploy (push) Successful in 44s
All checks were successful
deploy / deploy (push) Successful in 44s
This commit is contained in:
parent
ef78bc078b
commit
aa64417e6c
|
@ -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'
|
Loading…
Reference in New Issue
Block a user