summaryrefslogtreecommitdiff
path: root/sync.sh
diff options
context:
space:
mode:
Diffstat (limited to 'sync.sh')
-rwxr-xr-xsync.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/sync.sh b/sync.sh
index 961dd48..d061cf5 100755
--- a/sync.sh
+++ b/sync.sh
@@ -1,5 +1,8 @@
#!/bin/bash
+# build js
+yarn build:production
+
# sync local to remote
rsync -rlptuvz data_store/ lens@garden:no6092/data_store/
scp public/assets/js/bundle.js* lens@garden:no6092/public/assets/js/