change deploy target to alto
This commit is contained in:
parent
d38ff2bc74
commit
91df53fc7f
4
justfile
4
justfile
|
@ -11,9 +11,9 @@ graph:
|
||||||
|
|
||||||
# Deploy up-to-date website to webserver
|
# Deploy up-to-date website to webserver
|
||||||
deploy: build
|
deploy: build
|
||||||
rsync --checksum --copy-links -ave 'ssh -p 4242' \
|
rsync --checksum --copy-links -ave 'ssh' \
|
||||||
--exclude-from=rsync_excludes.txt \
|
--exclude-from=rsync_excludes.txt \
|
||||||
build/* fab@ffreling.com:public_html/ffreling.com/public/
|
build/* fabs@ffreling.com:ffreling.com/
|
||||||
|
|
||||||
preview: build
|
preview: build
|
||||||
python -m webbrowser -t "file://{{root}}/build/index.html"
|
python -m webbrowser -t "file://{{root}}/build/index.html"
|
||||||
|
|
Loading…
Reference in a new issue