mirror of
https://github.com/Hopiu/cookiecutter-django.git
synced 2026-03-16 21:00:23 +00:00
Use main over master for branch name in deployment-on-heroku instruction
This commit is contained in:
parent
35f21ba697
commit
349679ef33
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ Run these commands to deploy the project to Heroku:
|
|||
# Assign with AWS_STORAGE_BUCKET_NAME
|
||||
heroku config:set DJANGO_AWS_STORAGE_BUCKET_NAME=
|
||||
|
||||
git push heroku master
|
||||
git push heroku main
|
||||
|
||||
heroku run python manage.py createsuperuser
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue