Hello,
I am evaluating Netlify to host a react application. I would like create two environments, “staging” and “production” both deployed from the master branch of the Git repo.
I read through the deploy context documentation and it appears that for the production environment, I can specify a branch to deploy from (and I can use the master).
But for the staging environment, my only option is to use branch deploy context which deploys from a branch but not the master.
Is my understanding correct that I can’t create staging environment from the master and I must use another branch for this purpose?
thanks,
Vineet