(MODE-11365) Testing with data from 20/5/19
This commit is contained in:
parent
a748dc5c5d
commit
a10296b794
1 changed files with 2 additions and 1 deletions
|
|
@ -10,6 +10,7 @@ AWS_SECRET_KEY=${aws_secret_key}
|
||||||
BUCKET="mono-deployment-$ENVIRONMENT"
|
BUCKET="mono-deployment-$ENVIRONMENT"
|
||||||
DEPLOYABLE="tileserver-gl-$REPO_VERSION.tar.gz"
|
DEPLOYABLE="tileserver-gl-$REPO_VERSION.tar.gz"
|
||||||
FULL_BUCKET_URI="s3://$BUCKET/tileserver-gl/$DEPLOYABLE"
|
FULL_BUCKET_URI="s3://$BUCKET/tileserver-gl/$DEPLOYABLE"
|
||||||
|
DATA_VERSION="2019-05-20"
|
||||||
# Setup dependencies
|
# Setup dependencies
|
||||||
sudo rm /var/lib/dpkg/lock
|
sudo rm /var/lib/dpkg/lock
|
||||||
curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash -
|
curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash -
|
||||||
|
|
@ -28,7 +29,7 @@ EOL
|
||||||
aws configure set aws_access_key_id "$AWS_ACCESS_KEY"
|
aws configure set aws_access_key_id "$AWS_ACCESS_KEY"
|
||||||
aws configure set aws_secret_access_key "$AWS_SECRET_KEY"
|
aws configure set aws_secret_access_key "$AWS_SECRET_KEY"
|
||||||
aws configure set region "$REGION"
|
aws configure set region "$REGION"
|
||||||
DATA_VERSION="2019-04-29"
|
|
||||||
sudo rm /etc/apt/sources.list.d/microsoft.list
|
sudo rm /etc/apt/sources.list.d/microsoft.list
|
||||||
sudo groupadd nginx
|
sudo groupadd nginx
|
||||||
sudo useradd nginx -g nginx
|
sudo useradd nginx -g nginx
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue