add deploy

This commit is contained in:
swiftmandolin 2020-08-26 00:25:48 -05:00
parent 0f0d73a54e
commit 0afc281d98
2 changed files with 4 additions and 1 deletions

View File

@ -21,5 +21,6 @@ trigger:
steps:
- name: deploy
commands:
- cd public_gopher
- cd gopher-site
- git pull origin master
- ./deploy

2
deploy Normal file
View File

@ -0,0 +1,2 @@
#!/bin/zsh
rsync -rvP --delete --exclude ".drone.yml" --exclude "deploy" --exclude "README.md" --exclude "feels" . public_gopher/