Skip to content

Add 5.x to version picker. #17

Add 5.x to version picker.

Add 5.x to version picker. #17

Workflow file for this run

---
name: 'deploy_1.3'
on:
push:
branches:
- 1.3
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Cloning repo
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Push to dokku
uses: dokku/github-action@master
with:
git_remote_url: 'ssh://[email protected]:22/book-13'
ssh_private_key: ${{ secrets.DOKKU_SSH_PRIVATE_KEY }}