update deploy location
This commit is contained in:
parent
44a33f2c72
commit
cd620d648e
2
justfile
2
justfile
|
@ -22,7 +22,7 @@ upload-resume:
|
|||
deploy: build
|
||||
rsync --checksum --copy-links -ave 'ssh' \
|
||||
--exclude-from=rsync_excludes.txt \
|
||||
build/* fabs@ffreling.com:ffreling.com/
|
||||
build/* fabs@ffreling.com:/var/www/ffreling.com/
|
||||
|
||||
preview: build
|
||||
python3 -m webbrowser -t "file://{{root}}/build/index.html"
|
||||
|
|
Loading…
Reference in a new issue