Skip to content

Merge pull request #339 from cakephp/ADmad-patch-1 #186

Merge pull request #339 from cakephp/ADmad-patch-1

Merge pull request #339 from cakephp/ADmad-patch-1 #186

Workflow file for this run

---
name: Deploy API Docs - 2.x
on:
push:
branches:
- 2.x
repository_dispatch:
types: ['build']
workflow_dispatch:
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:
branch: 2.x
git_remote_url: 'ssh://[email protected]:22/api-4'
ssh_private_key: ${{ secrets.DOKKU_SSH_PRIVATE_KEY }}