Added shellscript, because I am lazy.
This commit is contained in:
6
update_blog.sh
Executable file
6
update_blog.sh
Executable file
@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
git pull
|
||||
cd site/
|
||||
hugo -D
|
||||
aws s3 sync public/ s3://blog.ligthert.net/ --delete
|
Reference in New Issue
Block a user