mirror of
https://github.com/rjNemo/villafleurie
synced 2026-06-12 13:26:47 +00:00
heroku.yml
This commit is contained in:
parent
d16622766c
commit
ac0ae46172
1 changed files with 4 additions and 11 deletions
15
heroku.yml
15
heroku.yml
|
|
@ -1,12 +1,5 @@
|
||||||
build:
|
build:
|
||||||
docker:
|
docker:
|
||||||
web: Dockerfile
|
web: Dockerfile
|
||||||
# config:
|
run:
|
||||||
# BUNDLE_INSTALL_ARGS: --jobs 10 --retry=3 --without development test
|
web: bash -c "python manage.py makemigrations && python manage.py migrate && python manage.py runserver 0.0.0.0:8000"
|
||||||
# RAILS_ENV: production
|
|
||||||
run:
|
|
||||||
web: bash -c "python manage.py makemigrations && python manage.py migrate && python manage.py runserver 0.0.0.0:8000"
|
|
||||||
# worker:
|
|
||||||
# command:
|
|
||||||
# - bundle exec rake jobs:work
|
|
||||||
# image: web
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue