From edeb831a5fd3030139301487bc926cf7b359567d Mon Sep 17 00:00:00 2001 From: Sacha Ligthert Date: Tue, 18 Oct 2022 19:31:53 +0200 Subject: [PATCH] Create a script that updates everything for us. --- update_site.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 update_site.sh diff --git a/update_site.sh b/update_site.sh new file mode 100644 index 0000000..19a71c9 --- /dev/null +++ b/update_site.sh @@ -0,0 +1,5 @@ +#!/bin/bash + +/usr/bin/mkdocs build +cd site +/usr/bin/aws s3 cp . s3://sacha.ligthert.net-2022/ --recursive --include "*" \ No newline at end of file