github actions

Tag: github actions

44 posts
How I got a rare GitHub t-shirt
permablog icon
permablog

How I got a rare GitHub t-shirt

and why they're getting harder to find

·
Aug 13
·
subaud icon
subaud
subaud.io

Authoring an llms.txt for AI Agents

The first consumer of my runner-set library — a CDK construct that runs GitHub Actions jobs on Lambda MicroVMs — was another of my own repos, and the migration was done by an AI agent. The Claude session that moved its nine CI jobs onto the runners filed a field report, and reading it back, every failure it hit traced to something the documentation didn't say, not something it said wrong. The docs never said whether a job can run Docker. The agent probed, hit a sudo failure (no_new_privs is se

·
Jul 31
·
A CDK Lambda Bundle-Size Gate for CI
subaud icon
subaud
subaud.io

A CDK Lambda Bundle-Size Gate for CI

A deploy in one of my CDK projects passed every gate I have — CI, cdk synth, code review — and merged. The CloudFormation stack deployment to AWS failed with: InvalidRequest: Unzipped size must be smaller than 262144000 bytes 262,144,000 bytes is 250 MiB, AWS's hard limit on the unzipped deployment package of a zip-packaged Lambda. A few transitive dependencies had crept in and pushed one function's bundle over the edge. It failed in an uncomfortable place. cdk synth builds the CloudForma

·
Jul 5
·
G
Grokkist
grokkist.com

Publishing the Blog to the ATProto Ecosystem with site.standard.document

How I integrated my Astro static blog with the Standard.site lexicon to publish records to ATProto with Bluesky replies as comments and Bluesky post auto-discovery

·
Jun 10
·
Moving the Reviewer to GitHub
subaud icon
subaud
subaud.io

Moving the Reviewer to GitHub

Things move fast. I recently wrote about using the adversarial models with my feature-workflow plugin a few weeks ago — ripping out the internal self-review skill and replacing it with external reviewers. Different model, read-only, posting structured critiques on the PR. The core insight was that a different model catches things the implementing model doesn't, because it isn't agreeable to its own work. That part was right and hasn't changed. But the process was cumbersome and time consuming.

·
Apr 15
·
G
Grokkist
grokkist.com

How I built and deployed this blog

How I built and deployed the blog, with a minimal description of Astro static site generator, AWS CDK, Cloudfront, and S3

·
Oct 5 '25
·
vivshaw's webbed sight icon
vivshaw's webbed sight
vivsha.ws

New year, new website

A rewrite fixes everything, right?

·
Jan 4 '25
·
johnnyreilly.com icon
johnnyreilly.com
johnnyreilly.com

Slash command your deployment with GitHub Actions

Slash commands are a great way to interact with your GitHub issues. In this post, we look at how to implement a `/deploy` slash command to deploy an Azure Container Apps service with GitHub Actions.

·
Jan 1 '25
·
johnnyreilly.com icon
johnnyreilly.com
johnnyreilly.com

Slash command your deployment with GitHub Actions

Slash commands are a great way to interact with your GitHub issues. In this post, we look at how to implement a `/deploy` slash command to deploy an Azure Container Apps service with GitHub Actions.

·
Jan 1 '25
·
johnnyreilly.com icon
johnnyreilly.com
johnnyreilly.com

Using AZD for faster incremental Azure Static Web App deployments in GitHub Actions

Learn how to speed up deployments of Azure Static Web Apps in GitHub Actions using the AZD command.

·
Aug 26 '24
·
johnnyreilly.com icon
johnnyreilly.com
johnnyreilly.com

Using AZD for faster incremental Azure Static Web App deployments in GitHub Actions

Learn how to speed up deployments of Azure Static Web Apps in GitHub Actions using the AZD command.

·
Aug 26 '24
·
johnnyreilly.com icon
johnnyreilly.com
johnnyreilly.com

Bicep lint with Azure Pipelines and GitHub Actions

Bicep lint allows you to lint bicep files to ensure they conform to best practices. In this post we'll look at how to run bicep lint in Azure Pipelines and GitHub Actions.

·
Jan 29 '24
·
johnnyreilly.com icon
johnnyreilly.com
johnnyreilly.com

Bicep lint with Azure Pipelines and GitHub Actions

Bicep lint allows you to lint bicep files to ensure they conform to best practices. In this post we'll look at how to run bicep lint in Azure Pipelines and GitHub Actions.

·
Jan 29 '24
·
johnnyreilly.com icon
johnnyreilly.com
johnnyreilly.com

Playwright, GitHub Actions and Azure Static Web Apps staging environments

Azure Static Web Apps staging environments allow you to test changes before they go live. This shows how to use Playwright against staging environments.

·
Mar 19 '23
·
johnnyreilly.com icon
johnnyreilly.com
johnnyreilly.com

Playwright, GitHub Actions and Azure Static Web Apps staging environments

Azure Static Web Apps staging environments allow you to test changes before they go live. This shows how to use Playwright against staging environments.

·
Mar 19 '23
·
Cory Dransfeldt icon
Cory Dransfeldt
coryd.dev

Scheduled Eleventy builds on Vercel with cron-triggered GitHub actions

In an effort to get away from client-side Javascript and embrace Eleventy for what it is (a static site generator), I've dropped my social-utils instance offline and my now-playing track display on my home page that still relied on it.

·
Mar 18 '23
·
johnnyreilly.com icon
johnnyreilly.com
johnnyreilly.com

Migrating from GitHub Pages to Azure Static Web Apps

How to migrate from GitHub Pages to Azure Static Web Apps, using Bicep and GitHub Actions to deploy.

·
Jan 31 '23
·
johnnyreilly.com icon
johnnyreilly.com
johnnyreilly.com

Migrating from GitHub Pages to Azure Static Web Apps

How to migrate from GitHub Pages to Azure Static Web Apps, using Bicep and GitHub Actions to deploy.

·
Jan 31 '23
·
johnnyreilly.com icon
johnnyreilly.com
johnnyreilly.com

Azure Static Web Apps: dynamic redirects with Azure Functions

Azure Static Web Apps can perform URL redirects using the `routes` section in the `staticwebapp.config.json`. However it is limited. This post will demonstrate dynamic URL redirects with Azure Functions.

·
Dec 21 '22
·
johnnyreilly.com icon
johnnyreilly.com
johnnyreilly.com

Azure Static Web Apps: dynamic redirects with Azure Functions

Azure Static Web Apps can perform URL redirects using the `routes` section in the `staticwebapp.config.json`. However it is limited. This post will demonstrate dynamic URL redirects with Azure Functions.

·
Dec 21 '22
·
johnnyreilly.com icon
johnnyreilly.com
johnnyreilly.com

Azure Static Web Apps: build app externally

Azure Static Web Apps can generally build themselves with Oryx. If you need finer grained control of your build, you can with `skip_app_build: true`.

·
Dec 17 '22
·
johnnyreilly.com icon
johnnyreilly.com
johnnyreilly.com

Azure Static Web Apps: build app externally

Azure Static Web Apps can generally build themselves with Oryx. If you need finer grained control of your build, you can with `skip_app_build: true`.

·
Dec 17 '22
·
johnnyreilly.com icon
johnnyreilly.com
johnnyreilly.com

Publishing Docusaurus to dev.to with the dev.to API

The dev.to API provides a way to cross post your Docusaurus blogs to dev.to. This post describes how to do that with TypeScript, Node.js and the dev.to API.

·
Dec 10 '22
·
johnnyreilly.com icon
johnnyreilly.com
johnnyreilly.com

Publishing Docusaurus to dev.to with the dev.to API

The dev.to API provides a way to cross post your Docusaurus blogs to dev.to. This post describes how to do that with TypeScript, Node.js and the dev.to API.

·
Dec 10 '22
·
T
Tim Deschryver
timdeschryver.dev

Get access to the deployed Azure Static Webb App URL within your GitHub Workflow

How to run your Playwright tests against your Azure Static Web App preview environment, which is build and deployed with the Azure/static-web-apps-deploy GitHub Action.

·
Jul 26 '22
·
T
Tim Deschryver
timdeschryver.dev

Specify your Node.js version for the Azure Static Web App GitHub Action

Learn how to specify the Node.js version for the Azure/static-web-apps-deploy GitHub action.

·
Jun 2 '22
·
johnnyreilly.com icon
johnnyreilly.com
johnnyreilly.com

Azure Static Web Apps: Node.js 16 / 18 and Oryx

Azure Static Web Apps presently fixes to Node.js 14 when building. If you require a different version of Node to build, here is how.

·
May 27 '22
·
johnnyreilly.com icon
johnnyreilly.com
johnnyreilly.com

Azure Static Web Apps: Node.js 16 / 18 and Oryx

Azure Static Web Apps presently fixes to Node.js 14 when building. If you require a different version of Node to build, here is how.

·
May 27 '22
·
T
Tim Deschryver
timdeschryver.dev

Using Playwright test shards in combination with a job matrix to improve your CI speed

Utilizing a matrix within your GitHub workflow to create a "test shard matrix" is a major improvement to your CI. This practice can cut the time in half (or better) to run your Playwright test suite.

·
May 22 '22
·
johnnyreilly.com icon
johnnyreilly.com
johnnyreilly.com

Lighthouse meet GitHub Actions

This post illustrates how to integrate Lighthouse into a GitHub Actions workflow for an Azure Static Web App.

·
Mar 19 '22
·
johnnyreilly.com icon
johnnyreilly.com
johnnyreilly.com

Lighthouse meet GitHub Actions

This post illustrates how to integrate Lighthouse into a GitHub Actions workflow for an Azure Static Web App.

·
Mar 19 '22
·
johnnyreilly.com icon
johnnyreilly.com
johnnyreilly.com

Azure Static Web Apps - a Netlify alternative

Azure Static Web Apps are a new offering from Microsoft. This post looks at what they are and how they compare to Netlify.

·
Feb 7 '22
·
johnnyreilly.com icon
johnnyreilly.com
johnnyreilly.com

Azure Static Web Apps - a Netlify alternative

Azure Static Web Apps are a new offering from Microsoft. This post looks at what they are and how they compare to Netlify.

·
Feb 7 '22
·
johnnyreilly.com icon
johnnyreilly.com
johnnyreilly.com

Azure Container Apps: dapr, devcontainer, debug and deploy

Build and deploy two Azure Container Apps using Bicep and GitHub Actions, communicate using dapr, build, run and debug in VS Code using a devcontainer.

·
Jan 21 '22
·
johnnyreilly.com icon
johnnyreilly.com
johnnyreilly.com

Azure Container Apps: dapr, devcontainer, debug and deploy

Build and deploy two Azure Container Apps using Bicep and GitHub Actions, communicate using dapr, build, run and debug in VS Code using a devcontainer.

·
Jan 21 '22
·
johnnyreilly.com icon
johnnyreilly.com
johnnyreilly.com

Query deployment outputs with the Azure CLI

Discover how to query Azure deployment outputs using the Azure CLI, bash, and jq, and convert them to GitHub Action job outputs.

·
Dec 27 '21
·
johnnyreilly.com icon
johnnyreilly.com
johnnyreilly.com

Query deployment outputs with the Azure CLI

Discover how to query Azure deployment outputs using the Azure CLI, bash, and jq, and convert them to GitHub Action job outputs.

·
Dec 27 '21
·
johnnyreilly.com icon
johnnyreilly.com
johnnyreilly.com

Azure Container Apps: build and deploy with Bicep and GitHub Actions

Learn how to deploy a web app to Azure Container Apps using Bicep and GitHub Actions. This post covers the configuration and deployment of secrets.

·
Dec 26 '21
·
johnnyreilly.com icon
johnnyreilly.com
johnnyreilly.com

Azure Container Apps: build and deploy with Bicep and GitHub Actions

Learn how to deploy a web app to Azure Container Apps using Bicep and GitHub Actions. This post covers the configuration and deployment of secrets.

·
Dec 26 '21
·
johnnyreilly.com icon
johnnyreilly.com
johnnyreilly.com

Azure Container Apps, Bicep and GitHub Actions

Learn how to deploy an Azure Container App to Azure with Bicep and GitHub Actions. A basic template is provided for deployment.

·
Dec 18 '21
·
johnnyreilly.com icon
johnnyreilly.com
johnnyreilly.com

Azure Container Apps, Bicep and GitHub Actions

Learn how to deploy an Azure Container App to Azure with Bicep and GitHub Actions. A basic template is provided for deployment.

·
Dec 18 '21
·
Everything GitHub: Continuous Integration, Deployment and Hosting for your Angular App
Angular.Schule icon
Angular.Schule
angular.schule

Everything GitHub: Continuous Integration, Deployment and Hosting for your Angular App

In this article we want to use several tools from the GitHub universe to launch a website with Angular. We will establish a professional pipeline, including version management, continuous deployment and web hosting. Best of all, for public repositories, this will not cost you a single cent!

·
Jan 12 '20
·
johnnyreilly.com icon
johnnyreilly.com
johnnyreilly.com

GitHub Actions and Yarn

Automate npm publishing using GitHub Actions; use `npm` GitHub Action with yarn or any Docker container with Node/npm installed.

·
Jan 4 '19
·
johnnyreilly.com icon
johnnyreilly.com
johnnyreilly.com

GitHub Actions and Yarn

Automate npm publishing using GitHub Actions; use `npm` GitHub Action with yarn or any Docker container with Node/npm installed.

·
Jan 4 '19
·