Commit 534c60bf authored by BryceLTaylor's avatar BryceLTaylor

circleCI config fix fastly api key environment variables

parent 190e2bb5
...@@ -113,7 +113,7 @@ jobs: ...@@ -113,7 +113,7 @@ jobs:
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
python get-pip.py python get-pip.py
pip install -r requirements.txt pip install -r requirements.txt
npm run deploy FASTLY_API_KEY="${FASTLY_API_KEY_STAGING}" FASTLY_SERVICE_ID="${FASTLY_SERVICE_ID_STAGING}" npm run deploy
deploy-production: deploy-production:
<<: *defaults <<: *defaults
environment: environment:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment