diff --git a/react-ui/scripts/deploy b/react-ui/scripts/deploy index f03dbda0e2..22d95b9e07 100755 --- a/react-ui/scripts/deploy +++ b/react-ui/scripts/deploy @@ -9,19 +9,30 @@ export AWS_SECRET_ACCESS_KEY=$(curl ${AWS_CREDENTIALS_SECRET} | python3 -c 'impo # Grab app config and convert it to shell format curl "${APP_CONFIG_SECRET}" | python3 -c 'import json, sys; a = json.load(sys.stdin); [print("{}={}".format(k, v)) for k,v in a["secret"].items()]' > .env +HEADERS=$(cat <