From d0f564d639a28c593629b8a17ce29c66815e0589 Mon Sep 17 00:00:00 2001 From: "max.mehl" Date: Tue, 19 Sep 2017 17:46:29 +0200 Subject: [PATCH] Comment out AWS copy because it takes much time and we shouldn't need it any longer --- site/build/build.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/site/build/build.sh b/site/build/build.sh index 8c182bd..f110037 100755 --- a/site/build/build.sh +++ b/site/build/build.sh @@ -25,9 +25,9 @@ else ## 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 configure set default.s3.max_concurrent_requests 2 - /usr/local/bin/aws s3 cp /usr/share/blog/public/ s3://aws-website-pmpc-soegm/ --recursive - fi + #if [ -f /srv/cred/aws.sh ]; then + # . /srv/cred/aws.sh + # /usr/local/bin/aws configure set default.s3.max_concurrent_requests 2 + # /usr/local/bin/aws s3 cp /usr/share/blog/public/ s3://aws-website-pmpc-soegm/ --recursive + #fi fi