Manual deployment

RRaffacakes5/23/2023
Is it possible to select a GitHub branch and manually begin a deploy? Or do all deploys always have to happen via triggers?
RRaffacakes5/23/2023
dbdbd212-3161-46db-8a30-50117e89cb3a
Bbrody5/23/2023
you can redoploy with the 3 dot menu, or push a commit to github
ADA Dumb5/24/2023
All branch deploys have to happen via commit triggers. For an initial deploy, you’ll have to push a commit
ADA Dumb5/24/2023
actually not 100% on the behaviour of what happens after you select a branch in a service. it may auto-deploy
RRaffacakes5/24/2023
It doesn't auto-deploy. It sets that branch as the trigger, so I'd have to push something up to that branch to get it to deploy. It would be useful if I could select a branch and deploy it manually. Especially in development environments
ADA Dumb5/24/2023
Deploying it manually = pushing a commit
ADA Dumb5/24/2023
Unfortunately that's just how it is