Set up remotes for staging and production apps
Last updated
Last updated
Official docs found here:
If you haven't created the heroku apps yet, you can create them and name the remotes simultaneously.
If you have already created your Heroku app, you can easily add a remote to your local repository with the heroku git:remote
command. All you need is your Heroku app’s name:
By default, heroku names the remote heroku. you'll want to rename this to staging
or production