From 9dbcb1ecb4f744fdaebe09463c3261130aa5fe05 Mon Sep 17 00:00:00 2001 From: lefuturiste Date: Thu, 3 Sep 2020 17:16:03 +0000 Subject: [PATCH] fix: update deploy --- deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.sh b/deploy.sh index 688f2cf..881bc2a 100644 --- a/deploy.sh +++ b/deploy.sh @@ -1 +1 @@ -git pull origin master && yarn build && pm2 restart fva_server +git pull origin master && yarn build && pm2 restart associations.server