Hell,
I have two pipelines in the .drone.yml file : testing and deployment.
It works just fine when build is started via webhook.
However when I go to DroneCI gui and click the “New Build” button, it starts the deployment pipeline and ignores the testing pipeline. Is there a reason?
Other question: I wonder whether I should use the Promote feature or not. Is that possible to automatically start a promotion after a successful pipeline?
Thanks