diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2021-01-19 13:31:23 +0100 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2021-01-19 13:31:23 +0100 |
commit | 8f3b18f6285ef50ff337b267f300ea9260fe42fb (patch) | |
tree | b26e961be10bbd749c5b75656486fba9447c2a05 /deploy | |
parent | 8a374d3402764f4bdf2f8ba48ad79fbd2cc7b32a (diff) | |
download | site-8f3b18f6285ef50ff337b267f300ea9260fe42fb.tar.gz site-8f3b18f6285ef50ff337b267f300ea9260fe42fb.zip |
Migrate to garage
Diffstat (limited to 'deploy')
-rwxr-xr-x | deploy | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -0,0 +1,7 @@ +#!/bin/bash + +shopt -s expand_aliases +source .awsclirc +npm install +node render.js +awsdf s3 sync static s3://deuxfleurs.fr |