From 84078c7cfe55acb0da66358f166cbc9a7bc595ec Mon Sep 17 00:00:00 2001 From: Stepan Vladovskii Date: Sun, 28 Jan 2024 18:37:47 -0300 Subject: [PATCH] feat: no force any more for CI deploy from Gitea --- .gitea/workflows/main.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitea/workflows/main.yml b/.gitea/workflows/main.yml index 25ee8bd7..8195d4b2 100644 --- a/.gitea/workflows/main.yml +++ b/.gitea/workflows/main.yml @@ -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' \ No newline at end of file + ssh_private_key: ${{ secrets.SSH_PRIVATE_KEY }} \ No newline at end of file