mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-27 09:35:56 -05:00
circleCI config fix fastly api key environment variables
This commit is contained in:
parent
190e2bb550
commit
534c60bf78
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ jobs:
|
|||
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
|
||||
python get-pip.py
|
||||
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:
|
||||
<<: *defaults
|
||||
environment:
|
||||
|
|
Loading…
Reference in a new issue