summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorunwox <me@unwox.com>2025-10-08 20:41:20 +0600
committerunwox <me@unwox.com>2025-10-13 23:11:19 +0600
commita7c25a5513e32669978b8e07fc9c61bd15cbdb02 (patch)
treecfa2e0f810f7447d4b73b6dcbbedcb3856291186
parent3f5ade2e7a139bb4405437e8fc5546aafc7b05ef (diff)
add gaiwan to product types dictionary
-rw-r--r--dicts.fnl2
-rwxr-xr-xrun.sh4
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"