From 6cf5089cdd6d918c07597d2ab2ccf3ae0bd22353 Mon Sep 17 00:00:00 2001 From: Kunal Singh Date: Sat, 16 Dec 2023 21:58:50 +0530 Subject: [PATCH] Update Meltcd.md --- Meltcd.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/Meltcd.md b/Meltcd.md index 4e87314..98db80f 100644 --- a/Meltcd.md +++ b/Meltcd.md @@ -9,9 +9,16 @@ See [docs](https://cd.meltred.tech/docs) to know how to run Meltcd. ## Steps -1. Place the `DB` Environment Variable in the `~/secrets/tiddi` file +1. Place the Environment Variable in the `~/secrets/tiddi` file -2. And then run the following command + ```env + DB=https://my-db.turso.io?authToken=your-auth-token + PORT=5656 + HOST=https://domain.com + + ``` + +3. And then run the following command ```bash meltcd app create tiddi --repo https://github.com/KunalSin9h/tiddi --path service.yml