Skip to content

Commit 528d04b

Browse files
committed
add CI workflow for 6.x docs
1 parent aa17396 commit 528d04b

2 files changed

Lines changed: 4 additions & 31 deletions

File tree

‎.github/workflows/deploy_docs_5x.yml‎

Lines changed: 0 additions & 28 deletions
This file was deleted.
Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
2-
name: 'deploy_docs_4x'
2+
name: 'deploy_docs_6x'
33

44
on:
55
push:
66
branches:
7-
- 4.x
7+
- 6.x
88
workflow_dispatch:
99

1010
permissions:
@@ -22,6 +22,7 @@ jobs:
2222
- name: Push to dokku
2323
uses: dokku/github-action@cc7dec1d2b9fed249a14ae462bc953bba436f78c # v1.10.0
2424
with:
25-
git_remote_url: 'ssh://dokku@apps.cakephp.org:22/debugkit-docs-4'
25+
git_remote_url: 'ssh://dokku@apps.cakephp.org:22/debugkit-docs-6'
2626
git_push_flags: '-f'
2727
ssh_private_key: ${{ secrets.DOKKU_SSH_PRIVATE_KEY }}
28+
branch: '6.x'

0 commit comments

Comments
 (0)