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:
|
build:
|
||||||
pelican -s pelican.conf.py .
|
pelican -s pelican.conf.py .
|
||||||
upload: build
|
upload: build
|
||||||
scp -rP 20004 output/* alexis@notmyidea.org:/usr/local/www/notmyidea.org/blog
|
scp -r output/* alexis@files.lolnet.lan:/home/www/notmyidea.org/blog
|
||||||
curl http://notmyidea.org/reload
|
|
||||||
|
|
Loading…
Reference in a new issue