Update Nanobox and AWS deployment configs to use cleaner pipenv install command.

This commit is contained in:
Christopher Charbonneau Wells 2017-11-29 14:05:09 -05:00
parent 57c606aad5
commit 4844d5f69b
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ container_commands:
env:
LC_ALL: en_US.utf8
LANG: en_US.utf8
command: 'pipenv lock -r | pip install -r /dev/stdin'
command: 'pipenv --system --deploy'
03_npm_install:
command: 'npm install'
04_gulp_build:

View File

@ -13,7 +13,7 @@ run.config:
extra_steps:
- pip install pipenv gunicorn
- pipenv lock -r | pip install -r /dev/stdin
- pipenv install --system --deploy
- npm install
deploy.config: