summaryrefslogtreecommitdiff
path: root/Makefile
blob: 4cd0d9735b39b870342bb1bfedba01b01a5b2b10 (plain)
1
2
3
4
5
6
7
8
9
10
all: development

production:
	JEKYLL_ENV=production bundle exec jekyll build

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