4 lines
185 B
Bash
4 lines
185 B
Bash
|
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/
|