diff --git a/.gitea/workflows/main.yml b/.gitea/workflows/main.yml index a310ab01..25ee8bd7 100644 --- a/.gitea/workflows/main.yml +++ b/.gitea/workflows/main.yml @@ -21,8 +21,7 @@ jobs: - name: Push to dokku uses: dokku/github-action@master with: - branch: 'main' + branch: 'feature/core' git_remote_url: 'ssh://dokku@v2.discours.io:22/core' ssh_private_key: ${{ secrets.SSH_PRIVATE_KEY }} - git_push_flags: '--force' - + git_push_flags: '--force' \ No newline at end of file