summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoruvok cheetah2019-11-16 14:50:04 +0100
committeruvok cheetah2019-11-16 14:50:04 +0100
commit44c586d05fcef2da6b56a89847bc95da410b3a78 (patch)
tree3a72231b3923f93732802a8c20559d414ad062c8
parent8030cb565168189f57f4c255e0654c9ef3c395c4 (diff)
Move deployment server
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 925e57f..5d0217f 100644
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,7 @@ clean:
bundle exec jekyll clean
make_push_to_server: production
- sshpass -f ~/.sshpass rsync -av _site/ wp12286963@ssh.server-he.de:uvokchee.de/blog
+ rsync -av _site/ w019f723.kasserver.com:/www/htdocs/w019f723/blog.uvokchee.de/
watch:
bundle exec jekyll serve -l