Heroku release phase
Теги: heroku
release: ./release-tasks.sh
web: gunicorn myproject.wsgi
или
release: python manage.py migrate
web: gunicorn myproject.wsgi
Для [alembic]
release: alembic upgrade head
Релиз выполняется, когда:
- successful app build
- change to the value of a config var (unless the config var is associated with an add-on)
- pipeline promotion
- rollback
- release via the platform API
- Provisioning a new add-on