mirror of
https://github.com/almet/notmyidea.git
synced 2025-04-28 19:42:37 +02:00
change the publication server
This commit is contained in:
parent
6a1d1db12f
commit
b47845ea7c
1 changed files with 1 additions and 2 deletions
3
Makefile
3
Makefile
|
@ -1,5 +1,4 @@
|
|||
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
|
||||
scp -r output/* alexis@files.lolnet.lan:/home/www/notmyidea.org/blog
|
||||
|
|
Loading…
Reference in a new issue