From 8f3b18f6285ef50ff337b267f300ea9260fe42fb Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Tue, 19 Jan 2021 13:31:23 +0100 Subject: Migrate to garage --- deploy | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 deploy (limited to 'deploy') diff --git a/deploy b/deploy new file mode 100755 index 0000000..124cdcd --- /dev/null +++ b/deploy @@ -0,0 +1,7 @@ +#!/bin/bash + +shopt -s expand_aliases +source .awsclirc +npm install +node render.js +awsdf s3 sync static s3://deuxfleurs.fr -- cgit v1.2.3