From 7ca0f396ff07f8dfff8d8f7d7f3ead479adbc671 Mon Sep 17 00:00:00 2001 From: ADmad Date: Mon, 20 Jul 2026 00:03:56 +0530 Subject: [PATCH] Fix 5.x book deploy --- .github/workflows/deploy_5.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy_5.yml b/.github/workflows/deploy_5.yml index 99605df7c5..927268e438 100644 --- a/.github/workflows/deploy_5.yml +++ b/.github/workflows/deploy_5.yml @@ -4,7 +4,7 @@ name: 'deploy_5' on: push: branches: - - 5.next + - 5.x workflow_dispatch: concurrency: @@ -22,7 +22,7 @@ jobs: - name: Push to dokku uses: dokku/github-action@master with: - branch: '5.next' - git_remote_url: 'ssh://dokku@apps.cakephp.org:22/newbook-5next' + branch: '5.x' + git_remote_url: 'ssh://dokku@apps.cakephp.org:22/newbook-5' git_push_flags: '-f' ssh_private_key: ${{ secrets.DOKKU_SSH_PRIVATE_KEY }}