From 2b87d20290084a4bc547a0bfa1222e2152037988 Mon Sep 17 00:00:00 2001 From: Steve Klebanoff Date: Thu, 29 Nov 2018 09:55:30 -0800 Subject: Set .env in builds, and update profile to use 0xproject --- packages/instant/.production.discharge.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packages/instant/.production.discharge.json') diff --git a/packages/instant/.production.discharge.json b/packages/instant/.production.discharge.json index 447fa1756..b2369d43e 100644 --- a/packages/instant/.production.discharge.json +++ b/packages/instant/.production.discharge.json @@ -1,12 +1,12 @@ { "domain": "instant.0xproject.com", - "build_command": "yarn build", + "build_command": "yarn build --env.production_cdn", "upload_directory": "umd", "index_key": "instant.js", "error_key": "404.html", "trailing_slashes": true, "cache": 3600, - "aws_profile": "default", + "aws_profile": "0xproject", "aws_region": "us-east-1", "cdn": true, "dns_configured": true -- cgit v1.2.3