Skip to content

Document interim branch #9

Document interim branch

Document interim branch #9

Workflow file for this run

name: Deployment
on:
push:
branches: interim
jobs:
test:
uses: SeaGL/osem/.github/workflows/spec.yml@interim
deploy:
needs: test
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.seagl.org/osem'
git_push_flags: '--force'
branch: main