diff --git a/deploy/prepareDeploy.sh b/deploy/prepareDeploy.sh index bbd7e53..a0aa161 100755 --- a/deploy/prepareDeploy.sh +++ b/deploy/prepareDeploy.sh @@ -16,7 +16,7 @@ # read -n1 ans # pico ../src/assets/env-properties.json; # echo 'For Production keep meta for bots'; -# echo -n 'Check index.html: For test keep meta for noindex, for production remove noindex and keep meta for Search engines verification'; +# echo -n 'Check index.html: For test and beta keep meta for noindex, for production remove noindex and keep meta for Search engines verification'; # echo -n "Press key:"; # read -n1 ans # echo -n "Pressed"; @@ -24,6 +24,7 @@ # echo -n 'Check Robots.txt: For test and beta add "Diasallow /", for production remove it!'; # echo -n "Press key:"; # read -n1 ans +# pico ../src/robots.txt; # echo -n "Pressed"; # rm -rf ../src/assets/common-assets/.svn/; # rm -rf ../src/app/openaireLibrary/.svn/; @@ -40,5 +41,5 @@ #become nodejs user to be able to copy the files: "sudo su nodejs -s /bin/bash" #check what is running "pm2 list" #portal files exist in "/srv/www/portal/connect" -#copy deployment files to the portal folder "cp -r HOME_PATH/deploy-folder/* /srv/www/portal/connect" +#copy deployment files to the portal folder "cp -r /home/argiro.kokogiannaki/connect-portal/connectYYYY-MM-DD/* /srv/www/portal/connect" #restart portal to get the changes "pm2 restart connect"