change Master to Main in heroku deploy steps

This commit is contained in:
Wolfgang Walther
2021-04-06 16:31:24 +02:00
committed by Wolfgang Walther
parent 8273e270f2
commit 7e4810f0a6
+1 -1
View File
@@ -256,5 +256,5 @@ Assuming you're making modifications locally and then pushing to GitHub, it's ea
4. Modify your ``postgrest.conf`` file as required to match your Config Vars in Heroku
5. Create your :code:`Procfile` and add :code:`./env-to-config ./postgrest postgrest.conf`
6. Push your changes to GitHub
7. Set Heroku to automatically deploy from Master and then manually deploy the branch for the first build
7. Set Heroku to automatically deploy from Main and then manually deploy the branch for the first build