Bitbucket Pipelines brings continuous integration and delivery to Bitbucket Cloud, empowering individuals and teams to build, test, and deploy their code using the Bitbucket cloud!
It is a tool that has saved me an immeasurable amount of time over the years, and it is something I use for almost every repository I have in my BitBucket account.
Before working with pipelines directly, we will ensure we are all using the same version of Node using nvm.
We will then create YOUR very first Bitbucket Pipeline, defining a bitbucket pipelines.yml file.
We will add complexity to the pipeline, learning how to use SCP (Secure Copy Protocol) and SSH (Secure Shell) within our pipeline.
We will get even more complex, learning how to use various environments, such as develop, staging, and master branches, in our pipeline.
We will even learn how to use a Slack messaging bot to send messages during various points during the build!
The course ends with a few goodies and bonuses, like how to get the setup working via an NGINX proxy.
***NOTE: If you do not have an external target server to use, bonus lesson 16 shows you how you can use a local instance of Linux using docker, and how to add a port mapping to your local router so you can access that box from anywhere in the world!