From 4b21324c625936002eb18b87e6b69edb803f65ff Mon Sep 17 00:00:00 2001 From: Lucian Popescu Date: Thu, 12 May 2022 22:15:14 +0300 Subject: [PATCH] add correct order for status --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index b078c53..75e2b0a 100644 --- a/README.md +++ b/README.md @@ -33,13 +33,6 @@ Current status: * try to integrate rabbitmq: [How to use RabbitMQ and Node.js with Docker and Docker-compose](https://geshan.com.np/blog/2021/07/rabbitmq-docker-nodejs/) * integrated rabbitmq in the backend. we should have an arhitectural diagram to reflect that -## May 12 -Current status: - * try to integrate prometheus + grafana - -Planning: - * add build stage in pipeline (if possible) - ## May 10 Current status: * integrated auth0 in backend @@ -47,3 +40,10 @@ Current status: Planning: * need to add a build/compile/'check for errors' stage in the pipeline + +## May 12 +Current status: + * try to integrate prometheus + grafana + +Planning: + * add build stage in pipeline (if possible)