Break out of the deployment death loop
Continuous integration services like Jenkins, Bitbucket Pipelines, CircleCI, GitHub Actions, Gitlab CI/CD force extreme automation. They require your continuous integration flows to run non-interactively inRead More »
Commenting on PRs from GitHub Actions
This is a short note which explains how to set up a GitHub Action to post a comment on a pull request. The GitHub MarketplaceRead More »
Using GitHub Actions to deploy to AWS Lightsail
At Simiotics, we’ve started using AWS Lightsail instances to deploy prototypes, proofs of concept, and services that don’t need to scale even in production. It’sRead More »
How To Build a GitHub App: Step-by-step instructions
At Bugout, we are heavy users of the GitHub API. We primarily use it for data analysis. GitHub’s personal access tokens have worked really wellRead More »