Skip to content

Merge branch '2.next' into 2.x #62

Merge branch '2.next' into 2.x

Merge branch '2.next' into 2.x #62

---
name: 'deploy_docs_2x'
on:
push:
branches:
- 2.x
workflow_dispatch:
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Cloning repo
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Push to dokku
uses: dokku/github-action@master
with:
git_remote_url: 'ssh://dokku@apps.cakephp.org:22/bake-docs-2'
ssh_private_key: ${{ secrets.DOKKU_SSH_PRIVATE_KEY }}