mirror of https://github.com/snachodog/mybuddy.git
Update Nanobox and AWS deployment configs to use cleaner pipenv install command.
This commit is contained in:
parent
57c606aad5
commit
4844d5f69b
|
@ -28,7 +28,7 @@ container_commands:
|
||||||
env:
|
env:
|
||||||
LC_ALL: en_US.utf8
|
LC_ALL: en_US.utf8
|
||||||
LANG: en_US.utf8
|
LANG: en_US.utf8
|
||||||
command: 'pipenv lock -r | pip install -r /dev/stdin'
|
command: 'pipenv --system --deploy'
|
||||||
03_npm_install:
|
03_npm_install:
|
||||||
command: 'npm install'
|
command: 'npm install'
|
||||||
04_gulp_build:
|
04_gulp_build:
|
||||||
|
|
|
@ -13,7 +13,7 @@ run.config:
|
||||||
|
|
||||||
extra_steps:
|
extra_steps:
|
||||||
- pip install pipenv gunicorn
|
- pip install pipenv gunicorn
|
||||||
- pipenv lock -r | pip install -r /dev/stdin
|
- pipenv install --system --deploy
|
||||||
- npm install
|
- npm install
|
||||||
|
|
||||||
deploy.config:
|
deploy.config:
|
||||||
|
|
Loading…
Reference in New Issue