From d4ffc48028e3864558833d997c33e6e0a444653c Mon Sep 17 00:00:00 2001 From: Hazel Aranda Date: Sat, 27 Mar 2021 06:56:16 -0400 Subject: [PATCH] Updated deploy script. --- deploy.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/deploy.sh b/deploy.sh index fcf1861..cef1fee 100755 --- a/deploy.sh +++ b/deploy.sh @@ -24,3 +24,6 @@ cd .deploy && git add --all && git commit -m "Publishing to rendered (deploy.sh) echo "Pushing to github" git push --all + +echo "Pulling changes on server" +ssh hazelnut.dev ./update-site.sh