Browsing Tag
githubactions
29 posts
Code Quality Checks and Deployment with GitHub Actions
“The XP philosophy is to start where you are now and move towards the ideal. From where you…
Does Apps Script need CI/CD? — What happens after your scripts multiply.
One Apps Script project is easy. Ten scattered across an org is a mess. Here’s how consistent constraints…
[Boost]
Your README Is Already a Website Dave Cross ・ Feb 28 #githubactions #githubpages #readme #website
DevSecOps with Github Actions and ArgoCD
Architecture Overview Infrastructure: AWS EKS Cluster with managed node groups CI/CD: GitHub Actions for building and pushing Docker…
Mastering Repository Sync: Your Guide to Automated GitHub Workflows for Seamless CI/CD
Unlock Efficiency: Why Automated Repository Synchronization is Your Next DevOps Win In today’s fast-paced DevOps landscape, maintaining consistency…
How I Made My First GitHub Action Work (With Google’s Help)
Let me tell you how it actually went the first time I tried setting up a GitHub Action:…
If You Run Your CI Locally, You’ve Already Failed
“Run your GitHub Actions locally!” — ACT “Why would you want to do that?” — Me, genuinely wondering…
Terraform and Nuxt: Deployment Automation
Terraform, created by HashiCorp, is one of the leading tools for professionals such as DevOps Engineers, Cloud Architects,…
How to Detect Low Test Coverage Files in Flutter / Dart
How to Detect Low Test Coverage Files in Flutter / Dart Through observing our customers’ behavior, we’ve noticed…
Rails CI/CD with Dokku & GitHub Actions
As developers, we’re always looking for ways to streamline our deployment process while maintaining security and reliability. Today,…