2019-12-13 10:35:51 +01:00
|
|
|
#uncomment properties file based on deployment environment
|
2019-06-21 13:11:50 +02:00
|
|
|
#mv beta-properties.file properties.file
|
2019-12-13 10:35:51 +01:00
|
|
|
#mv production-properties.file properties.file
|
|
|
|
|
2022-01-28 14:07:39 +01:00
|
|
|
#rm -rf node_modules/ run.sh uploads/ .idea/ beta-properties.file production-properties.file
|
2019-12-13 10:35:51 +01:00
|
|
|
#rm prepareDeploy.sh
|
|
|
|
|
|
|
|
#Copy files to beta.explore.openaire.eu or explore.openaire.eu /home/argiro.kokogiannaki/portals/utils-service.YYYY-MM-DD
|
|
|
|
# run npm i
|
|
|
|
#change to user nodejs " sudo su nodejs -s /bin/bash"
|
|
|
|
#copy files to deploy folder " cp -r /home/argiro.kokogiannaki/portals/utils-service.YYY-MM-DD/* /srv/www/upload/"
|
|
|
|
# restart uplication "pm2 restart upload"
|
2019-06-21 13:11:50 +02:00
|
|
|
|
|
|
|
|