mirror of
https://github.com/almet/notmyidea.git
synced 2025-04-28 11:32:39 +02:00
Change the makefile a bit
This commit is contained in:
parent
2a0523659f
commit
4fda4068e4
1 changed files with 8 additions and 2 deletions
10
Makefile
10
Makefile
|
@ -1,4 +1,10 @@
|
|||
build:
|
||||
pelican -s pelican.conf.py content
|
||||
nmi:
|
||||
BLOG_URL="http://blog.notmyidea.org" BLOG_NAME="Alexis' log" pelican -s pelican.conf.py content --output blog
|
||||
pyc:
|
||||
BLOG_URL="http://alexis.notmyidea.org/pycon" BLOG_NAME="Pycon notes" pelican -s pelican.conf.py pycon --output pycon-output
|
||||
|
||||
build: nmi pyc
|
||||
|
||||
upload: build
|
||||
rsync -e "ssh -p 22" -P -rvz --delete output/* alexis@172.19.2.119:/home/www/notmyidea.org/blog
|
||||
rsync -e "ssh -p 22" -P -rvz --delete pycon/* alexis@172.19.2.119:/home/www/notmyidea.org/pycon-output
|
||||
|
|
Loading…
Reference in a new issue