diff --git a/.gitea/workflows/main.yml b/.gitea/workflows/main.yml index a58bb41..c6f311a 100644 --- a/.gitea/workflows/main.yml +++ b/.gitea/workflows/main.yml @@ -32,4 +32,5 @@ jobs: with: branch: 'main' git_remote_url: 'ssh://dokku@staging.discours.io:22/inbox' - ssh_private_key: ${{ secrets.SSH_PRIVATE_KEY }} \ No newline at end of file + ssh_private_key: ${{ secrets.SSH_PRIVATE_KEY }} + push_flags: '--force' \ No newline at end of file