diff --git a/justfile b/justfile index 9b7ed24..127bf61 100644 --- a/justfile +++ b/justfile @@ -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"