From 2c49978cec0b0d4beb01caf657821e67dcbb1a55 Mon Sep 17 00:00:00 2001 From: Adrian Date: Sun, 10 Sep 2023 18:55:32 +0300 Subject: [PATCH] Update readme for ci cd status (#32) --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a8c4eda..de5a790 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ -# Briefly Service +# Briefly +[![CI (master)](https://github.com/adrianEffe/briefly/actions/workflows/Tests.yml/badge.svg)](https://github.com/adrianEffe/briefly/actions/workflows/Tests.yml) +[![CD (master)](https://github.com/adrianEffe/briefly/actions/workflows/shuttle_deploy.yml/badge.svg)](https://github.com/adrianEffe/briefly/actions/workflows/shuttle_deploy.yml) Briefly is a URL shortener service built with Rust, using the Axum web framework and SQLx for database interactions. It's a simple and efficient tool designed to shorten long URLs, making them easier to manage and share. This README provides an overview of Briefly's features and how to use it.