25 lines
535 B
Markdown
25 lines
535 B
Markdown
---
|
|
id: 9954b597-a5d3-455c-a435-2016744e1482
|
|
type: procedure
|
|
title: "Test deploy procedure"
|
|
tags: [deployment, docker, test]
|
|
importance: 0.7
|
|
confidence: 0.8
|
|
steps:
|
|
- "Pull latest code"
|
|
- "Run unit tests"
|
|
- "Build Docker image"
|
|
- "Push to registry"
|
|
- "Deploy to production"
|
|
preconditions:
|
|
- "CI pipeline green"
|
|
- "Code reviewed"
|
|
postconditions:
|
|
- "Service healthy"
|
|
- "Monitoring active"
|
|
created: "2026-02-13T17:48:19.573990+00:00"
|
|
updated: "2026-02-13T17:48:19.573990+00:00"
|
|
---
|
|
|
|
Standard deployment flow for services
|