diff --git a/.gitea/workflows/main.yml b/.gitea/workflows/main.yml index 86ae2988..d7c55ea0 100644 --- a/.gitea/workflows/main.yml +++ b/.gitea/workflows/main.yml @@ -39,7 +39,6 @@ jobs: uses: dokku/github-action@master with: branch: 'main' - force: true - git_remote_url: 'ssh://dokku@staging.discours.io:22/core + git_remote_url: 'ssh://dokku@staging.discours.io:22/core' ssh_private_key: ${{ secrets.SSH_PRIVATE_KEY }} git_push_flags: '--force' \ No newline at end of file