Skip to content

Commit 82e5439

Browse files
authored
Fix 5.x book deploy (#8325)
1 parent 864ff74 commit 82e5439

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/deploy_5.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name: 'deploy_5'
44
on:
55
push:
66
branches:
7-
- 5.next
7+
- 5.x
88
workflow_dispatch:
99

1010
concurrency:
@@ -22,7 +22,7 @@ jobs:
2222
- name: Push to dokku
2323
uses: dokku/github-action@master
2424
with:
25-
branch: '5.next'
26-
git_remote_url: 'ssh://dokku@apps.cakephp.org:22/newbook-5next'
25+
branch: '5.x'
26+
git_remote_url: 'ssh://dokku@apps.cakephp.org:22/newbook-5'
2727
git_push_flags: '-f'
2828
ssh_private_key: ${{ secrets.DOKKU_SSH_PRIVATE_KEY }}

0 commit comments

Comments
 (0)