Skip to content

Merge branch 'blog/relase6.0' into stage #38

Merge branch 'blog/relase6.0' into stage

Merge branch 'blog/relase6.0' into stage #38

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}}