Create a script that updates everything for us.

This commit is contained in:
Sacha Ligthert 2022-10-18 19:31:53 +02:00
parent dcfac1f65d
commit edeb831a5f

5
update_site.sh Normal file
View File

@ -0,0 +1,5 @@
#!/bin/bash
/usr/bin/mkdocs build
cd site
/usr/bin/aws s3 cp . s3://sacha.ligthert.net-2022/ --recursive --include "*"