Skip to content

Revert testNow behavior in createFromFormat for BC (#503) #48

Revert testNow behavior in createFromFormat for BC (#503)

Revert testNow behavior in createFromFormat for BC (#503) #48

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