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