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