Skip to content

Update mauliasproxy 5aa3a1a → a2efdd0 #4

Update mauliasproxy 5aa3a1a → a2efdd0

Update mauliasproxy 5aa3a1a → a2efdd0 #4

Workflow file for this run

name: Deployment
on:
push: { branches: main }
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://dokku@dokku.host.seagl.org/mauliasproxy'
branch: main