← All posts

github-actions

2 posts tagged “github-actions

Running a Fleet of Firecracker microVMs for eve.dev Agents, Part 6: The Deploy Workflow

Part 6 of the hands-on series. We turn the moving parts into one command — a deploy CLI that chains build, upload, place, and wait-for-URL; IAM auth on the control-plane API; and a GitHub Actions pipeline that ships an agent on merge and gives every pull request its own preview agent.

Building a CI/CD Pipeline with Dagger That Deploys to Kubernetes

A practical guide to building a containerized CI/CD pipeline using Dagger's TypeScript SDK — from local Kind clusters to production EKS with GitHub Actions, AWS CDK, and multi-environment promotion.