Hi
I would like to configure pretty basic setup on Netlify.
Assume i want to host my website.com on netlify and have some test environment like test.website.com also on netlify.
Whenever i commit some changes to github i would like to automatically have it deployed on test.website.com. This i’;ve managed to configure.
But if everything looks fine i would like to have some manual process to deploy it to official site - website.com. DO i have to have 2 separate projects to make it happen ?
I didn’t find in deploys tab such functionality.