change deploy target to alto

master
Fabien Freling 2020-04-21 17:58:47 +02:00
parent d38ff2bc74
commit 91df53fc7f
1 changed files with 2 additions and 2 deletions

View File

@ -11,9 +11,9 @@ graph:
# Deploy up-to-date website to webserver
deploy: build
rsync --checksum --copy-links -ave 'ssh -p 4242' \
rsync --checksum --copy-links -ave 'ssh' \
--exclude-from=rsync_excludes.txt \
build/* fab@ffreling.com:public_html/ffreling.com/public/
build/* fabs@ffreling.com:ffreling.com/
preview: build
python -m webbrowser -t "file://{{root}}/build/index.html"