From ec42cc7eb14174ca714e6026c7f8e82d046818c1 Mon Sep 17 00:00:00 2001 From: Captain Arepa Date: Mon, 30 Jan 2023 21:34:11 -0400 Subject: [PATCH] fix deploy exec --- deploy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy b/deploy index 1e3bc85..0ba5a82 100755 --- a/deploy +++ b/deploy @@ -1,7 +1,7 @@ #!/bin/sh USER=caparepa HOST=webdock -DIR=temp/cachapa.xyz/ # the directory where your web site files should go +DIR=temp/blog.cachapa.xyz/ # the directory where your web site files should go hugo && rsync -avz --delete public/ ${USER}@${HOST}:~/${DIR} # this will delete everything on the server that's not in the local public folder