We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6eaaab0 commit 941b9a0Copy full SHA for 941b9a0
1 file changed
.github/workflows/deploy_docs_5x.yml
@@ -0,0 +1,23 @@
1
+---
2
+name: 'deploy_docs_5x'
3
+
4
+on:
5
+ push:
6
+ branches:
7
+ - 5.x
8
+ workflow_dispatch:
9
10
+jobs:
11
+ deploy:
12
+ runs-on: ubuntu-latest
13
+ steps:
14
+ - name: Cloning repo
15
+ uses: actions/checkout@v6
16
+ with:
17
+ fetch-depth: 0
18
19
+ - name: Push to dokku
20
+ uses: dokku/github-action@master
21
22
+ git_remote_url: 'ssh://dokku@apps.cakephp.org:22/migrations-docs-5'
23
+ ssh_private_key: ${{ secrets.DOKKU_SSH_PRIVATE_KEY }}
0 commit comments