Added shellscript, because I am lazy.

This commit is contained in:
Sacha Ligthert 2022-10-20 18:30:40 +00:00
parent 7cc34dfe83
commit 19ba3c3b12

6
update_blog.sh Executable file
View File

@ -0,0 +1,6 @@
#!/bin/sh
git pull
cd site/
hugo -D
aws s3 sync public/ s3://blog.ligthert.net/ --delete