Compare commits

..

No commits in common. '9e4d761ea6977dd3a7f480198e134da971b6caa6' and '224c72e80a546c2ee9f5f2af2504a754fa699b8a' have entirely different histories.

  1. 2
      deploy.sh

2
deploy.sh

@ -15,6 +15,6 @@ git push # I added this because the server needs something to pull!
# 3. Remote Server workflow # 3. Remote Server workflow
# This runs the commands on the server and then closes the connection # 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 && cd /var/www/islandnewspapers2/web/sites/islandnewspapers2 && dr cr" ssh newspapers2.islandarchives.ca "cd /var/www/islandnewspapers2/web/themes/custom/olivesnews && git pull"
echo "Done! Deployment successful." echo "Done! Deployment successful."

Loading…
Cancel
Save