mirror of
https://github.com/almet/notmyidea.git
synced 2025-04-28 19:42:37 +02:00
7 lines
175 B
Makefile
7 lines
175 B
Makefile
PELICAN=pelican
|
|
|
|
build:
|
|
$(PELICAN) -s pelican.conf.py content
|
|
|
|
upload: build
|
|
rsync -e "ssh -p 22" -P -rvz --delete output/* alexis@172.19.2.119:/home/www/notmyidea.org/blog
|