Setting up demos in Azure - Part 2: GitHub Actions

Building on the work from the previous post, in this one we make use of GitHub Actions to setup workflows for easy setup and tear down of a demo environment in Azure.

March 14, 2021 · 8 min · 1535 words · João Antunes

Getting started with GitHub Actions

In a previous post, we started to prepare the build pipeline for a new library, using NUKE. In this post, we’re going to continue that work, setting up continuous integration, running the build with GitHub Actions when changes arrive.

December 22, 2020 · 6 min · 1122 words · João Antunes