Skip to content

remove broken links #103

remove broken links

remove broken links #103

Workflow file for this run

name: Deploy to doku.bergmann.click
on:
push:
repository_dispatch:
types: [update_doku]
workflow_dispatch:
jobs:
deploy:
name: Deploy
runs-on: ubuntu-latest
steps:
- name: executing remote ssh commands using key
uses: appleboy/ssh-action@master
with:
host: ${{ secrets.DEPLOY_HOST }}
username: ${{ secrets.DEPLOY_USER }}
key: ${{ secrets.DEPLOY_KEY }}
port: 22
script: whoami