From cd620d648ef49a0c43f522b1a53e8ed0b143ee87 Mon Sep 17 00:00:00 2001 From: Fabien Freling Date: Wed, 29 Dec 2021 17:51:19 +0100 Subject: [PATCH] update deploy location --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justfile b/justfile index 776e7d8..3822e79 100644 --- a/justfile +++ b/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"