Skip to content

Add company positions and adjust filter height #380

Add company positions and adjust filter height

Add company positions and adjust filter height #380

Workflow file for this run

name: Deploy Development
on:
push:
branches: [ main ]
# Can be activated manually
workflow_dispatch:
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Git checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
# https://github.com/marketplace/actions/dokku-deploy-action?version=v1
- name: Push to medusa
uses: idoberko2/dokku-deploy-github-action@v1
with:
ssh-private-key: ${{ secrets.MEDUSA_SSH_KEY }}
dokku-user: 'dokku'
remote-branch: 'master'
git-push-flags: '--force'
dokku-host: 'medusa.datasektionen.se'
app-name: 'dev-ddagen'