From fcb7c515e04bb85dc1d67387a2b3b731b26f38ec Mon Sep 17 00:00:00 2001 From: rdrew Date: Thu, 26 Mar 2026 09:43:01 -0300 Subject: [PATCH] sync test --- deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.sh b/deploy.sh index 62e10c5..60a570d 100755 --- a/deploy.sh +++ b/deploy.sh @@ -15,6 +15,6 @@ git push # I added this because the server needs something to pull! # 3. Remote Server workflow # This runs the commands on the server and then closes the connection -ssh newspapers2.islandarchives.ca "cd /var/www/islandnewspapers2/web/themes/custom/olivesnews && git pull" +ssh newspapers2.islandarchives.ca "cd /var/www/islandnewspapers2/web/themes/custom/olivesnews && git pull && cd /var/www/islandnewspapers2/web/sites/islandnewspapers2 && dr cr" echo "Done! Deployment successful."