summaryrefslogtreecommitdiff
path: root/run.sh
diff options
context:
space:
mode:
Diffstat (limited to 'run.sh')
-rwxr-xr-xrun.sh4
1 files changed, 2 insertions, 2 deletions
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"