Skip to content

Deploy Docs

Deploy Docs #5

Workflow file for this run

on:
workflow_dispatch: {}
push:
tags:
- "*"
jobs:
copy-doc:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Deploy
uses: cpina/[email protected]
env:
SSH_DEPLOY_KEY: ${{ secrets.OMD_CONSOL_DE_KEY }}
with:
source-directory: 'docs/'
destination-github-username: 'ConSol-Monitoring'
destination-repository-name: 'omd-consol-de'
target-directory: 'content/en/docs/snclient'
commit-message: |
update snclient docs
https://github.com/ConSol-Monitoring/snclient/actions/workflows/deploy-docs.yml
user-email: '[email protected]'
user-name: 'github automation'