You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

14 lines
270 B

# npm run build
ssh developer@10.3.1.164 "
cd /var/www/web-app &&
rm -R build
"
scp -r ./build developer@10.3.1.164:/var/www/web-app/build
ssh developer@10.3.1.164 "sudo systemctl restart nginx"
# scp -r build developer@10.3.1.164:/var/www/web-app/build