feat: no force any more for CI deploy from Gitea
All checks were successful
Deploy to core / deploy (push) Successful in 1m43s

This commit is contained in:
Stepan Vladovskii 2024-01-28 18:37:47 -03:00
parent 86f2c51f5a
commit 84078c7cfe

View File

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