Manual deployment

Is it possible to select a GitHub branch and manually begin a deploy? Or do all deploys always have to happen via triggers?
6 Replies
Percy
Percy14mo ago
Project ID: dbdbd212-3161-46db-8a30-50117e89cb3a
Raffacakes
Raffacakes14mo ago
dbdbd212-3161-46db-8a30-50117e89cb3a
Brody
Brody14mo ago
you can redoploy with the 3 dot menu, or push a commit to github
Adam
Adam14mo ago
All branch deploys have to happen via commit triggers. For an initial deploy, you’ll have to push a commit actually not 100% on the behaviour of what happens after you select a branch in a service. it may auto-deploy
Raffacakes
Raffacakes14mo ago
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
Adam
Adam14mo ago
Deploying it manually = pushing a commit Unfortunately that's just how it is