Skip to content

v1.3.0

v1.3.0 #14

Workflow file for this run

name: Deployment
on:
push: { tags: "v[0-9]+.[0-9]+.[0-9]+" }
workflow_dispatch:
jobs:
deploy:
concurrency: { group: production, cancel-in-progress: true }
environment: production
runs-on: ubuntu-latest
steps:
- name: Clone
uses: actions/checkout@v2
with:
fetch-depth: 0 # Complete
- name: Push to Dokku
uses: dokku/github-action@master
with:
ssh_private_key: ${{ secrets.SSH_PRIVATE_KEY }}
git_remote_url: 'ssh://[email protected]/patch'
branch: main