Skip to content

Merge branch '5.x-vitepress' of github.com:cakephp/docs into 5.x-vite… #8

Merge branch '5.x-vitepress' of github.com:cakephp/docs into 5.x-vite…

Merge branch '5.x-vitepress' of github.com:cakephp/docs into 5.x-vite… #8

---
name: 'deploy_5.x_vitepress'
on:
push:
branches:
- 5.x-vitepress
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Cloning repo
uses: actions/checkout@v5
with:
fetch-depth: 0
- name: Push to dokku
uses: dokku/github-action@master
with:
git_remote_url: 'ssh://dokku@apps.cakephp.org:22/book-vitepress'
git_push_flags: '-f'
ssh_private_key: ${{ secrets.DOKKU_SSH_PRIVATE_KEY }}