diff options
author | uvok cheetah | 2019-05-18 18:28:30 +0200 |
---|---|---|
committer | uvok cheetah | 2019-05-18 18:28:30 +0200 |
commit | d4e140fb0798f697266076715af63aea2cead9fb (patch) | |
tree | 32d0fe24d681ebcd67b16ac831219970e2adbf56 /Makefile | |
parent | be325de8b8028bd4cf28b1b7258d0a68321bc73c (diff) |
Include instruction in Makefile to push to server
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -5,3 +5,6 @@ production: development: JEKYLL_ENV=development bundle exec jekyll build + +make_push_to_server: production + sshpass -f ~/.sshpass rsync -av _site/ wp12286963@ssh.server-he.de:uvokchee.de/blog |