mirror of https://github.com/snachodog/mybuddy.git
14 lines
266 B
YAML
14 lines
266 B
YAML
|
tasks:
|
||
|
- init: >
|
||
|
pipenv install --three &&
|
||
|
npm install -g gulp-cli &&
|
||
|
npm install &&
|
||
|
gulp migrate &&
|
||
|
gulp createcachetable
|
||
|
env:
|
||
|
DJANGO_SETTINGS_MODULE: babybuddy.settings.development
|
||
|
command: gulp
|
||
|
|
||
|
ports:
|
||
|
- port: 8000
|