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
Project ID:
dbdbd212-3161-46db-8a30-50117e89cb3a
dbdbd212-3161-46db-8a30-50117e89cb3a
you can redoploy with the 3 dot menu, or push a commit to github
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
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
Deploying it manually = pushing a commit
Unfortunately that's just how it is