mirror of
https://github.com/indentlabs/notebook.git
synced 2025-10-26 11:19:22 +00:00
390 B
390 B
heroku addons:create heroku-postgresql:premium-0 --app production-1 heroku pg:wait --app production-1
heroku maintenance:on --app production-1 heroku pg:copy DATABASE_URL HEROKU_POSTGRESQL_COBALT_URL --app production-1
heroku pg:promote HEROKU_POSTGRESQL_COBALT_URL --app production-1
git push heroku master heroku maintenance:off --app production-1