← all tags

Tagged GitHub Actions

6 postsRSS ↗
Aug 25, 2025·6 min read

Fail Fast, Save Big: A Smarter CI Testing Strategy

Our CI pipeline was burning through our budget and slowing developers down. The fix wasn't about chasing raw speed, but about finding a better balance by handling failures more intelligently. Here's how we did it.

DevOpsCI/CDGitHub Actions+2 more
Jun 18, 2025·5 min read

The Mysterious Case of the Failing Azure SQL Deployment

A perfectly stable GitHub Actions deployment to Azure SQL suddenly fails with a misleading 'Identity not found' error. Follow the debugging journey to uncover the real culprit that has nothing to do with the identity.

AzurePowerShellGitHub Actions+3 more
Nov 05, 2023·4 min read

Deploying .NET templates using GitHub Actions

Once you've created a .NET template, you should automate the updates of the package using GitHub actions to remove the effort required in publishing updates

gitnuget.orgGitHub Actions+6 more
Oct 21, 2020·1 min read

Rethink your application boundary and use Cloudflare

In this video I'm going to talk to you about... Rethinking your application boundary and using Cloudflare

AzureCloudflareGitHub Actions+3 more
Mar 23, 2020·5 min read

Publish aspnet core sites to Azure easily using GitHub actions

Have a site sitting in GitHub that you currently maybe manually deploy to Azure or use some other tool? Why not useGitHub Actionsto quickly and easily publish to Azure. I was pushing a small site (Guid.Empty) to Azure through GitHub and decided to document the couple steps for future me 😋... oh and for you of course 😅

AzureGitHub ActionsGitHub+1 more
Aug 19, 2019·5 min read

GitHub actions… CI in 5 clicks

If you don't know yet what GitHub actions are you can read about it on the GitHub Actions feature on GitHub. In short on the 8th of August GitHub announced an update to their actions which you can read about in this blog post. it's a very easy way to automate anything from any event in GitHub.

GitHub ActionsGitHub