From 158f9974f6095b22fdbc39ccfd939e3a062d4950 Mon Sep 17 00:00:00 2001 From: rdrew Date: Thu, 26 Mar 2026 10:16:57 -0300 Subject: [PATCH] sync test --- deploy.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/deploy.sh b/deploy.sh index 9d37e56..83e4bea 100755 --- a/deploy.sh +++ b/deploy.sh @@ -1,5 +1,16 @@ #!/bin/bash +#====NEED TO AUTOMATE AUTH IN ADVANCE: +#(check for and create if missing on server) +#mkdir -p ~/.ssh +#chmod 700 ~/.ssh +#touch ~/.ssh/authorized_keys +#chmod 600 ~/.ssh/authorized_keys +#(run these on local) +#ssh-keygen -t ed25519 +#ssh-copy-id rdrew@newspapers2.islandarchives.ca +# -------------------------------------------------------- + # --- CONFIGURATION (Edit these for new environments) --- SERVER="newspapers2.islandarchives.ca" THEME_DIR="/var/www/islandnewspapers2/web/themes/custom/olivesnews"