mirror of
https://github.com/almet/notmyidea.git
synced 2025-04-29 03:52:38 +02:00
4 lines
121 B
Makefile
4 lines
121 B
Makefile
build:
|
|
pelican -s pelican.conf.py .
|
|
upload: build
|
|
scp -r output/* alexis@files.lolnet.lan:/home/www/notmyidea.org/blog
|