connect/deploy/prepareDeploy.sh

21 lines
652 B
Bash
Raw Normal View History

#ATTENTION
#DON'T run it in svn folder - it REMOVES files
#First you have to run prepareBuild Script!!!!!!!
## uncommect from here-->
# rm -rf ../src ../node_modules ../.idea/ ../installOpenaireLib.sh;
# echo 'Now copy to the server!'
#echo 'remove this deploy folder'
##<-- to here
#Deploy instructions!
##copy "deploy-folder" in beta.connect.openaire.eu
##coppies of previous deployments exist in "/home/argiro.kokogiannaki/connect-portal/connectYYYY-MM-DD"
##run "npm i"
##become nodejs user: "sudo su nodejs -s /bin/bash"
##go to "cd /srv/www/portal"
##cp files from "cp -r HOME_PATH/deploy-folder/* ."
##restart portal "pm2 restart connect"