Skip to content

Merge branch 'stage' of https://github.com/vvvv/visualprogramming.net… #47

Merge branch 'stage' of https://github.com/vvvv/visualprogramming.net…

Merge branch 'stage' of https://github.com/vvvv/visualprogramming.net… #47

Workflow file for this run

name: deploy hugo pages
on:
push:
branches:
- stage
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: build on target
uses: garygrossgarten/github-action-ssh@release
with:
command: ./stage.visualprogramming.net/build.sh
host: 'visualprogramming.net'
username: vvvv
privateKey: ${{ secrets.SSH_PRIVATE_KEY}}