mirror of
https://github.com/almet/notmyidea.git
synced 2025-04-28 19:42:37 +02:00
Update the makefile to not need dns
This commit is contained in:
parent
9e45840912
commit
424bcad648
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -1,4 +1,4 @@
|
||||||
build:
|
build:
|
||||||
pelican -s pelican.conf.py .
|
pelican -s pelican.conf.py .
|
||||||
upload: build
|
upload: build
|
||||||
rsync -e "ssh -p 22" -P -rvz --delete output/* alexis@fileS.lolnet.lan:/home/www/notmyidea.org/blog
|
rsync -e "ssh -p 22" -P -rvz --delete output/* alexis@172.19.2.119:/home/www/notmyidea.org/blog
|
||||||
|
|
Loading…
Reference in a new issue