mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-07-16 11:02:22 +03:00
Merge pull request #87 from theskumar/pgbackups
chore(docs): heroku pgbackups enable auto-month by-default.
This commit is contained in:
commit
192e021768
|
@ -65,7 +65,7 @@ Run these commands to deploy the project to Heroku:
|
||||||
|
|
||||||
heroku create --buildpack https://github.com/heroku/heroku-buildpack-python
|
heroku create --buildpack https://github.com/heroku/heroku-buildpack-python
|
||||||
heroku addons:add heroku-postgresql:dev
|
heroku addons:add heroku-postgresql:dev
|
||||||
heroku addons:add pgbackups
|
heroku addons:add pgbackups:auto-month
|
||||||
heroku addons:add sendgrid:starter
|
heroku addons:add sendgrid:starter
|
||||||
heroku addons:add memcachier:dev
|
heroku addons:add memcachier:dev
|
||||||
heroku pg:promote HEROKU_POSTGRESQL_COLOR
|
heroku pg:promote HEROKU_POSTGRESQL_COLOR
|
||||||
|
|
Loading…
Reference in New Issue
Block a user