store: Test deploy procedure
This commit is contained in:
parent
f347727403
commit
bac56efce5
24
graph/procedures/test-deploy-procedure-9954b5.md
Normal file
24
graph/procedures/test-deploy-procedure-9954b5.md
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
---
|
||||||
|
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
|
||||||
Loading…
Reference in New Issue
Block a user