Use main over master for branch name in deployment-on-heroku instruction

This commit is contained in:
Patrick Zhang 2024-04-02 02:11:25 +08:00 committed by GitHub
parent 35f21ba697
commit 349679ef33
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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