From 585ee9a389667e98064f5eaae02184cdc09a8ddf Mon Sep 17 00:00:00 2001 From: rdrew Date: Mon, 25 May 2026 10:25:18 -0300 Subject: [PATCH] grid config --- deploy.sh | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/deploy.sh b/deploy.sh index 83e4bea..492efe3 100755 --- a/deploy.sh +++ b/deploy.sh @@ -12,7 +12,8 @@ # -------------------------------------------------------- # --- CONFIGURATION (Edit these for new environments) --- -SERVER="newspapers2.islandarchives.ca" +# SERVER="newspapers2.islandarchives.ca" +SERVER="137.149.52.48" THEME_DIR="/var/www/islandnewspapers2/web/themes/custom/olivesnews" SITE_ROOT="/var/www/islandnewspapers2/web/sites/islandnewspapers2" DRUSH_PATH="/var/www/islandnewspapers2/vendor/drush/drush/drush" @@ -20,9 +21,9 @@ DRUSH_PATH="/var/www/islandnewspapers2/vendor/drush/drush/drush" # 1. Check if a commit message was provided if [ -z "$1" ]; then - echo "❌ Error: Please provide a commit message." - echo "Usage: ./deploy.sh 'Your message here'" - exit 1 + echo "❌ Error: Please provide a commit message." + echo "Usage: ./deploy.sh 'Your message here'" + exit 1 fi COMMIT_MSG="$1"