From a7c25a5513e32669978b8e07fc9c61bd15cbdb02 Mon Sep 17 00:00:00 2001 From: unwox Date: Wed, 8 Oct 2025 20:41:20 +0600 Subject: add gaiwan to product types dictionary --- dicts.fnl | 2 +- run.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dicts.fnl b/dicts.fnl index a705d07..a8fb52c 100644 --- a/dicts.fnl +++ b/dicts.fnl @@ -10,7 +10,7 @@ {:value "liu-bao" :label "Лю бао"} {:value "teapot" :label "Чайник"} {:value "gaiwan" :label "Гайвань"} - {:value "pourer" :label "Чахай"}]) + {:value "pourer" :label "Чахай"}])]) (local tea-season [{:value "spring" :label "Весна"} diff --git a/run.sh b/run.sh index ebddad7..f8231b8 100755 --- a/run.sh +++ b/run.sh @@ -18,7 +18,7 @@ debug () { } deploy () { - # git stash -u + git stash -u scp -r bin root@everytea.ru:~/whitetoad.ru/ scp -r pages root@everytea.ru:~/whitetoad.ru/ scp -r etc root@everytea.ru:~/whitetoad.ru/ @@ -30,7 +30,7 @@ deploy () { scp dicts.fnl root@everytea.ru:~/whitetoad.ru/ scp templates.fnl root@everytea.ru:~/whitetoad.ru/ ssh root@everytea.ru -- systemctl restart whitetoad - # git stash pop + git stash pop } cmd="$1" -- cgit v1.2.3