From d7a3c840ea6e478a4c6191d06b1b5af6c1ad7e33 Mon Sep 17 00:00:00 2001 From: Stepan Vladovskii Date: Sat, 27 Jan 2024 21:55:12 -0300 Subject: [PATCH] feat: gitea runner push branch feature/core to v2.discours.io/core feauter/core --- .gitea/workflows/main.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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