Okay, so I’m learning travis after years using the glorified job runner that is Jenkins. Basically, my intent is to build+test on every commit to anything, deploy to dev/test for main, then use tagging for releases that are deployed to staging and, ultimately, production.
Clearly optimizing my build file is my first step. What’s the right top level structure to deploy to multiple providers on merge to main? Seems like I need to remove the build stage itself, but wondering if you can advise on an optimal structure for the file.
Thanks for your help!