summaryrefslogtreecommitdiff
path: root/deployment/deploy
diff options
context:
space:
mode:
Diffstat (limited to 'deployment/deploy')
-rw-r--r--deployment/deploy4
1 files changed, 4 insertions, 0 deletions
diff --git a/deployment/deploy b/deployment/deploy
index f120bb3..5bc4888 100644
--- a/deployment/deploy
+++ b/deployment/deploy
@@ -14,6 +14,10 @@ git pull
echo "==> Stopping service..."
systemctl stop ${SERVICE} || true
+echo "==> Building CSS..."
+npm ci || npm install
+npm run build
+
echo "==> Building..."
go build -o ${SITE_DIR}/app cmd/dashboard/main.go