From 82fe0f4ef0b362dde597888fbc58269289b5ac16 Mon Sep 17 00:00:00 2001 From: TudbuT Date: Mon, 14 Oct 2024 17:06:21 +0200 Subject: [PATCH] include Monocraft in website --- scripts/push_files.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/push_files.sh b/scripts/push_files.sh index 7c2cb5e..39eb928 100644 --- a/scripts/push_files.sh +++ b/scripts/push_files.sh @@ -5,6 +5,6 @@ echo "$SSH_PRIVATEKEY" > ssh_key chmod 700 ssh_key -scp -o StrictHostKeyChecking=no -i ssh_key -P "$BB_PORT" *.html *.spl *.css *.png lorem-ipsum "root@$BB_HOST:$BB_PATH" && +scp -o StrictHostKeyChecking=no -i ssh_key -P "$BB_PORT" *.html *.spl *.css *.png *.ttf lorem-ipsum "root@$BB_HOST:$BB_PATH" && (ssh -o StrictHostKeyChecking=no -i ssh_key -p "$BB_PORT" "root@$BB_HOST" "cd $BB_PATH && bash reload.sh" || true) rm ssh_key