From 5abfa8f834bb984f6141c4175198a213c436305b Mon Sep 17 00:00:00 2001 From: Inhji Date: Mon, 18 May 2020 23:28:10 +0200 Subject: [PATCH] fix: source zshrc before building --- deploy.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/deploy.sh b/deploy.sh index a04c70a..448c1b7 100755 --- a/deploy.sh +++ b/deploy.sh @@ -2,6 +2,7 @@ ssh -T root@inhji.de << EOSSH su tomie +source ~/.zshrc cd /opt/tomie git pull ./build.sh