Comment out AWS copy because it takes much time and we shouldn't need it any longer
parent
62d6ea8796
commit
d0f564d639
|
@ -25,9 +25,9 @@ else
|
||||||
## 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 configure set default.s3.max_concurrent_requests 2
|
# /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
|
# /usr/local/bin/aws s3 cp /usr/share/blog/public/ s3://aws-website-pmpc-soegm/ --recursive
|
||||||
fi
|
#fi
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue