From f8cc97375dcca1f753d5fa98cd94ddb79fbcf7dd Mon Sep 17 00:00:00 2001 From: Digital Studium Date: Fri, 28 Jul 2023 21:05:08 +0300 Subject: [PATCH] Change style --- deploy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy b/deploy index 8fdc3e3..10548b9 100755 --- a/deploy +++ b/deploy @@ -3,6 +3,6 @@ USER=root HOST=digitalstudium.com DIR=/srv/$HOST # the directory where your web site files should go -crater -p && rsync -avz --delete public/ ${USER}@${HOST}:${DIR} # this will delete everything on the server that's not in the local public folder +franca -p && rsync -avz --delete public/ ${USER}@${HOST}:${DIR} # this will delete everything on the server that's not in the local public folder exit 0 \ No newline at end of file