diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 177e075..a309fd9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -20,7 +20,7 @@ deploy_script: - echo "Building.." - bundle exec jekyll build --config _config.yml - echo "Deploying.." - - rsync -crPze ssh --delete --rsh="sshpass -p $CU_PASSWORD ssh -o StrictHostKeyChecking=no " /builds/medlabboulder/medlab-website/_site/* $CU_USR@$CU_HOSTNAME:/data/web/htdocs/cmci/medlab + - rsync --verbose -crPze ssh --delete --rsh="sshpass -p $CU_PASSWORD ssh -o StrictHostKeyChecking=no " /builds/medlabboulder/medlab-website/_site/* $CU_USR@$CU_HOSTNAME:/data/web/htdocs/cmci/medlab - echo "Done!" # - chmod +x ./_scripts/build.sh # - ./_scripts/build.sh