diff --git a/graph/procedures/test-deploy-procedure-9954b5.md b/graph/procedures/test-deploy-procedure-9954b5.md new file mode 100644 index 00000000000..f151114b50d --- /dev/null +++ b/graph/procedures/test-deploy-procedure-9954b5.md @@ -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