summaryrefslogtreecommitdiff
path: root/sync.sh
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2021-09-16 18:44:16 +0200
committerJules Laplace <julescarbon@gmail.com>2021-09-16 18:44:16 +0200
commitb08b596b34a9f84248df294c7ee4f0c953e000a2 (patch)
tree1504bb96fcbf558d08e4d457a8078c7ca7654afe /sync.sh
parentb6d86f71169ef1643a3a44527ae8f59d10ec78b3 (diff)
3d clocks
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/