From e28c2576fb5ae07a1fcb45609c435ecbfb759ad1 Mon Sep 17 00:00:00 2001 From: kristof de spiegeleer Date: Fri, 7 Jun 2024 11:28:45 +0300 Subject: [PATCH] s --- build_sync.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 build_sync.sh diff --git a/build_sync.sh b/build_sync.sh new file mode 100644 index 0000000..f8f8fe7 --- /dev/null +++ b/build_sync.sh @@ -0,0 +1,4 @@ +export MYPATH=~/code/git.ourworld.tf/tfgrid/www_projectinca +cd $MYPATH +npm run build +rsync -rav ~/code/git.ourworld.tf/tfgrid/www_projectinca/dist/ root@51.195.61.5:/root/hero/www/inca/ \ No newline at end of file