There was an error while loading. Please reload this page.
1 parent 864ff74 commit 82e5439Copy full SHA for 82e5439
1 file changed
.github/workflows/deploy_5.yml
@@ -4,7 +4,7 @@ name: 'deploy_5'
4
on:
5
push:
6
branches:
7
- - 5.next
+ - 5.x
8
workflow_dispatch:
9
10
concurrency:
@@ -22,7 +22,7 @@ jobs:
22
- name: Push to dokku
23
uses: dokku/github-action@master
24
with:
25
- branch: '5.next'
26
- 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'
27
git_push_flags: '-f'
28
ssh_private_key: ${{ secrets.DOKKU_SSH_PRIVATE_KEY }}
0 commit comments