Skip to content

Merge pull request #110 from navjotjsingh/patch-1 #103

Merge pull request #110 from navjotjsingh/patch-1

Merge pull request #110 from navjotjsingh/patch-1 #103

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'