How do I deploy my website only on tagged releases instead of every push?
Set the website's build trigger to "On GitHub release published". Forte then redeploys only when you publish a release — a good fit for production sites that should roll forward deliberately, while staging sites keep the on-every-push trigger. You can still manually deploy any commit at any time.