skillbox/docs/new-heroku-instance.md

383 B

Steps for new Instance

  • define an app name, e.g. mydetailhandel-efz
  • create an .env file for this app with the name $name.env
  • ./create-instance.sh <app-name>
  • ./configure-instance.sh <app-name>
  • git push <app> <branch>:master
  • heroku run --app $name-prod python server/manage.py dummy_data
  • heroku run --app $name-prod python server/manage.py createsuperuser