update deploy location

master
Fabien Freling 2021-12-29 17:51:19 +01:00
parent 44a33f2c72
commit cd620d648e
1 changed files with 1 additions and 1 deletions

View File

@ -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"