DevOps with Bitbucket Pipelines - Automated Build and Deploy

Hey Scott,

i had time to tinker and test your bitbucket pipeline this week.
What can i say, it works perfectly! Thanks alot for this :)

I just had to edit one line in the bitbucket-pipelines.yml
the ```

  • pipe: docker://itechpros/servoy-war-builder:latest
    with
    :1.0.11
Switched it to ```
:latest
``` and it just works.

Plus i edited the yml file some more that only specific branches gets build, so that it wont run on every commit we are doing.

Have a great weekend and looking forward to test out the auto-deploy feature when it releases.

-Vik