Skip to content

Merge pull request #5 from datasektionen/2-skapa-subtotals-för-rambud… #58

Merge pull request #5 from datasektionen/2-skapa-subtotals-för-rambud…

Merge pull request #5 from datasektionen/2-skapa-subtotals-för-rambud… #58

Workflow file for this run

name: Deploy
on:
push:
branches: [ main ]
workflow_dispatch:
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Git checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Push to hermes
uses: dokku/[email protected]
with:
ssh_private_key: ${{ secrets.HERMES_GLOBAL_DEPLOY_KEY }}
git_remote_url: ssh://[email protected]/gordian
git_push_flags: --force
branch: main