Skip to content

Merge pull request #139 from cakephp/composer-normalize #55

Merge pull request #139 from cakephp/composer-normalize

Merge pull request #139 from cakephp/composer-normalize #55

---
name: 'deploy_docs_1x'
on:
push:
branches:
- 1.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/queue-docs-1'
ssh_private_key: ${{ secrets.DOKKU_SSH_PRIVATE_KEY }}