Skip to content

Release v4.5.5

Release v4.5.5 #41

Workflow file for this run

# Deploys the User Guide to the production
# website whenever master branch is updated
name: Deploy Production
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: executing remote ssh commands using ssh key
uses: appleboy/ssh-action@master
with:
host: ${{ secrets.HOST }}
username: ${{ secrets.USERNAME }}
key: ${{ secrets.KEY }}
port: ${{ secrets.PORT }}
script: /opt/userguide/.github/scripts/deploy.sh