Set up local deploy for staging and production envs
git remote add prod <heroku-git-url>git remote add staging <heroku-git-url>
"deploy:staging": "git push staging", "deploy:prod": "git push prod"git remote -v
GOTCHAS
DOMAIN ADDITION
Last updated
Was this helpful?