Bitbucket Pipelines

Posts on using Bitbucket Pipelines for different tasks.

October 4, 2021

Building and Deploying Jigsaw with Bitbucket Pipelines

When I set up my new Blog, I wanted a few things: Content is just a bunch of markdown files in git. Serverless HTTPS hosting that needs no maintenance. Git push to publish. Tighten Co's Jigsaw...

Read

September 7, 2021

Publishing Docker Containers to Amazon ECR with Bitbucket Pipelines

I've been using a virtually identical container setup in a few different projects. Up til now, I've just been copy/pasting the full container build configuration into each project and trying to...

Read