Skip to content

Merge pull request #94 from bonny/dependabot/npm_and_yarn/ws-8.17.1 #395

Merge pull request #94 from bonny/dependabot/npm_and_yarn/ws-8.17.1

Merge pull request #94 from bonny/dependabot/npm_and_yarn/ws-8.17.1 #395

Workflow file for this run

name: Deploy to live
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Cloning repo
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Push to dokku
uses: dokku/github-action@master
with:
git_remote_url: 'ssh://dokku@brottsplatskartan.se:22/brottsplatskartan'
ssh_private_key: ${{ secrets.PRIVATE_KEY }}
branch: 'main'
git_push_flags: '--force'