Hey All
I’m trying to setup proper local, staging and production environments for our site - hypedocs.co. We’ve been doing these as a manual deploy - there’s an issue with the automated deploy process that I haven’t looked into fixing yet, though perhaps it’s time. Here are the steps I’ve tried - would love suggestions on how to get this working properly!
Manual Deploy to second site
I setup a second site on netlify (adorable-kringle-491f78) to act as our staging environment, with the intention of doing manual deploys of our staging branch to this site. I changed the production deploy branch to be staging.
Unfortunately when I run netlify deploy --prod
on the staging branch locally, it doesn’t kick off a deploy. My assumption here is that the github branch is configured to push to hypedocs.co and not the adorable-kringle one. Would love any advice/steps on how to get manual deploys to be able to send to a second site.
Setting up branch deploys on hypedocs.co and using context environment variables
This would be the ideal best case scenario to get up and running. I’ve configured the staging branch as an additional deployment branch, however can’t seem to figure out how to do manual deploys to this branch - whenever I kick one off, it pushes out to the production website.
Let me know if I can provide anymore information