From 9fcae25ecea5dea8aa2e070232daf8893e0ff306 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Floure?= Date: Wed, 3 Feb 2021 15:07:02 +0100 Subject: [PATCH] Patch deploy script for production --- deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.sh b/deploy.sh index 85aacb3..5275851 100755 --- a/deploy.sh +++ b/deploy.sh @@ -1,7 +1,7 @@ #!/bin/sh DESTINATION=root@static.recycled.cloud:/var/www/ -WEBSITE=static.staging.recycled.cloud +WEBSITE=recycled.cloud sftp -b - "$DESTINATION" <<- EOF -rm $WEBSITE/*