diff --git a/.gitea/workflows/main.yml b/.gitea/workflows/main.yml index e7c3f0a7..cc5bcc09 100644 --- a/.gitea/workflows/main.yml +++ b/.gitea/workflows/main.yml @@ -38,7 +38,7 @@ jobs: if: github.ref == 'refs/heads/dev-to-staging' uses: dokku/github-action@master with: - branch: 'main' + branch: 'dev' 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