Tagged
Deploy guides
Hands-on guides that cover Deploy. Every command is run and verified on a live server before it is published.
GuidePush-to-Deploy with a Git Hook
Set up push to deploy on one slice with a bare git repo and a post-receive hook that checks out your code and restarts the app on every push.
GuidePods, Deployments and Self-Healing
Write a Kubernetes Deployment on k3s, scale it to three pods, delete one, and watch the ReplicaSet recreate it while the rollout stays green.
GuideA Build, Test and Deploy Pipeline
Wire build, test and deploy into one pipeline where a failing test blocks the release, then watch a green run deploy the new version.
GuideDeploys Without Downtime
Restarting your app to ship code drops in-flight requests. Run two app instances behind nginx and restart them one at a time for a zero downtime deploy.