From a0595af3269ccd1fa6da2ee5b6f22a4e78c2a879 Mon Sep 17 00:00:00 2001 From: ace Date: Tue, 2 May 2023 00:44:06 +0100 Subject: [PATCH] switch to 1984 for deployment --- deploy.sh | 16 ++++++++-------- push.sh | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/deploy.sh b/deploy.sh index 8b8993b..edbd290 100755 --- a/deploy.sh +++ b/deploy.sh @@ -2,15 +2,15 @@ # server info -USER=ace -HOST=j25.webarch.net -REMOTE_DIR=sites/ace # the directory where your web site files should go -PORT=22 +# USER=ace +# HOST=j25.webarch.net +# REMOTE_DIR=sites/ace # the directory where your web site files should go +# PORT=22 -# USER=test@hugotest.autonomous.org.uk -# HOST=ray.shared.1984.is -# REMOTE_DIR=htdocs # the directory where your web site files should go -# PORT=2222 +USER=test@hugotest.autonomous.org.uk +HOST=ray.shared.1984.is +REMOTE_DIR=htdocs # the directory where your web site files should go +PORT=2222 # local build directory path DIR="public" diff --git a/push.sh b/push.sh index 76779d4..395395d 100755 --- a/push.sh +++ b/push.sh @@ -1,3 +1,3 @@ # update both remote repositories -git push j25 main +#git push j25 main git push disroot main