From 24834309a92cfc16e123ac20de9e4fe2442c5db9 Mon Sep 17 00:00:00 2001 From: platane Date: Sun, 17 Mar 2024 07:44:13 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index e4a8be0..815d8df 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,9 @@ ## Usage + +**dev server** + ```sh # install dependencies @@ -24,3 +27,9 @@ bun i npm run dev ``` +**trigger deployment** + +```sh +# set the tag "live" to the current commit +git tag live -f ; git push --tags -f +``` \ No newline at end of file