I set up a pipeline to ftp my files to my hosting server through bitbucket. Works great. How can I set automate this so when I push changes to my remote branch it runs this pipeline?
@Jesse Schaaf this is done automatically by webhooks when you push bitbucket as pipeline workflow called `default`.
If you want to run specific pipeline on specific branch you section `Branch workflows` in the doc https://support.atlassian.com/bitbucket-cloud/docs/pipeline-triggers/
Also read the section Keywords after this, there are also cases that may suit you (running specific pipelines on bitbucket tags, pull requests or even on branches with wildcard)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.