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:
@@ -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'
|
Reference in New Issue
Block a user