mirror of
https://github.com/almet/notmyidea.git
synced 2025-04-28 11:32:39 +02:00
5 lines
164 B
Makefile
5 lines
164 B
Makefile
build:
|
|
pelican -s pelican.conf.py .
|
|
upload: build
|
|
scp -rP 20004 output/* alexis@notmyidea.org:/usr/local/www/notmyidea.org/blog
|
|
curl http://notmyidea.org/reload
|