Comment out AWS copy because it takes much time and we shouldn't need it any longer

lektura
max.mehl 2017-09-19 17:46:29 +02:00
parent 62d6ea8796
commit d0f564d639
No known key found for this signature in database
GPG Key ID: 2704E4AB371E2E92
1 changed files with 5 additions and 5 deletions

View File

@ -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