From d2465899414f11cad213f20d14f4d884da66535d Mon Sep 17 00:00:00 2001 From: "max.mehl" Date: Thu, 14 Sep 2017 21:13:44 +0200 Subject: [PATCH] remove aws clone due to errors --- site/build/build.sh | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/site/build/build.sh b/site/build/build.sh index d1a4800..02aa25d 100755 --- a/site/build/build.sh +++ b/site/build/build.sh @@ -21,12 +21,12 @@ elif [ "$mode" == "syntax" ]; then else hugo - # - # After building the website, we set the AWS credentials and uplodad - # everything to our AWS s3 bucket. - # - if [ -f /srv/cred/aws.sh ]; then - . /srv/cred/aws.sh - /usr/local/bin/aws s3 cp /usr/share/blog/public/ s3://aws-website-pmpc-soegm/ --recursive - fi + ## + ## After building the website, we set the AWS credentials and uplodad + ## everything to our AWS s3 bucket. + ## + #if [ -f /srv/cred/aws.sh ]; then + #. /srv/cred/aws.sh + #/usr/local/bin/aws s3 cp /usr/share/blog/public/ s3://aws-website-pmpc-soegm/ --recursive + #fi fi