From dc2f01754e94c199d0613ebb0d5fdba530fa44cf Mon Sep 17 00:00:00 2001 From: Alex Kotov Date: Thu, 4 Jan 2024 06:42:18 +0400 Subject: [PATCH] Recreate server "alpha.causa-arcana.com" as "site.causa-arcana.com" --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e7968909..27c0d78c 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ RSYNC = rsync -aPh --stats -DEPLOY_SSH_HOST = alpha.causa-arcana.com +DEPLOY_SSH_HOST = site.causa-arcana.com DEPLOY_SSH_PORT = 57393 DEPLOY_SSH_USER = kotovalexarian