mirror of
https://github.com/almet/notmyidea.git
synced 2025-04-28 11:32:39 +02:00
4 lines
154 B
Makefile
4 lines
154 B
Makefile
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
|