remove aws clone due to errors

lektura
max.mehl 2017-09-14 21:13:44 +02:00
parent b7799305f1
commit d246589941
1 changed files with 8 additions and 8 deletions

View File

@ -21,12 +21,12 @@ elif [ "$mode" == "syntax" ]; then
else else
hugo hugo
# ##
# After building the website, we set the AWS credentials and uplodad ## After building the website, we set the AWS credentials and uplodad
# everything to our AWS s3 bucket. ## everything to our AWS s3 bucket.
# ##
if [ -f /srv/cred/aws.sh ]; then #if [ -f /srv/cred/aws.sh ]; then
. /srv/cred/aws.sh #. /srv/cred/aws.sh
/usr/local/bin/aws s3 cp /usr/share/blog/public/ s3://aws-website-pmpc-soegm/ --recursive #/usr/local/bin/aws s3 cp /usr/share/blog/public/ s3://aws-website-pmpc-soegm/ --recursive
fi #fi
fi fi