Skip to content

Merge pull request #115 from hughrun/markdown #105

Merge pull request #115 from hughrun/markdown

Merge pull request #115 from hughrun/markdown #105

Workflow file for this run

name: Deploy
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Deploy to server
id: deploy
uses: Pendect/[email protected]
env:
DEPLOY_KEY: ${{secrets.DEPLOY_KEY}}
with:
flags: '-avzr --delete'
options: ''
ssh_options: ''
src: 'site/'
dest: '[email protected]:/var/www/docs-bookwyrm/html'