Add deploy script

This commit is contained in:
Johannes Rothe 2021-12-27 15:34:47 +01:00
parent dd2ce34cb3
commit f9bec397d7
2 changed files with 4 additions and 1 deletions

View File

@ -1,2 +1,3 @@
# johannes-rothe.de
# Deploy
Run `./deploy`.

2
deploy Executable file
View File

@ -0,0 +1,2 @@
#!/bin/sh
hugo && rsync -avz --delete public/ base:/var/www/html/johannes-rothe.de/