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