Browsing Tag
githubactions
25 posts
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,…
¿Qué es CI/CD y cómo puede acelerar tus despliegues en minutos?
📝 TL;DR CI/CD (integración continua y despliegue continuo) automatiza el proceso de integración del código, pruebas y despliegue. Gracias…
How to Schedule Workflows in GitHub Actions
Introduction You will be able to use the schedule event in GitHub Actions to trigger the execution of…
6 GitHub Actions Every DevOps Team Needs
In this post, we’ve highlighted a few must-have GitHub Actions that can simplify our CI/CD processes, improve team…
Automate your custom sign-in UI deployment with GitHub Actions workflow
Let’s show you how to automate the deployment of your custom sign-in UI to Logto Cloud in your…