update deploy script
continuous-integration/drone/push Build is passing Details

This commit is contained in:
swiftmandolin 2020-08-26 22:15:12 -05:00
parent 7cd6f7ba40
commit 680ff5bbc8
Signed by: swiftmandolin
GPG Key ID: 84645B24221234D6
1 changed files with 1 additions and 1 deletions

2
deploy
View File

@ -1,2 +1,2 @@
#!/bin/zsh
rsync -rvP --delete --exclude ".drone.yml" --exclude "deploy" --exclude "README.md" --exclude "feels" /home/swiftmandolin/gopher-site /home/swiftmandolin/public_gopher/
rsync -rvP --delete --exclude ".git*" --exclude ".drone.yml" --exclude "deploy" --exclude "README.md" --exclude "feels" /home/swiftmandolin/gopher-site/ /home/swiftmandolin/public_gopher/