Ersätt Goutte med HttpBrowser + verifiera inte SSL cert pga gav fel l… #232
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Deploy to live | |
on: | |
push: | |
branches: | |
- main | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Cloning repo | |
uses: actions/checkout@v2 | |
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' | |