Tried adding full local path

This commit is contained in:
Nathan Schneider 2019-07-10 21:53:47 +00:00
parent e27537b358
commit 17ca2593b0

View File

@ -20,7 +20,7 @@ deploy_script:
- echo "Building.." - echo "Building.."
- bundle exec jekyll build --config _config.yml - bundle exec jekyll build --config _config.yml
- echo "Deploying.." - echo "Deploying.."
- rsync -crPze ssh --delete --rsh="sshpass -p $CU_PASSWORD ssh -o StrictHostKeyChecking=no " _site/* $CU_USR@$CU_HOSTNAME:/data/web/htdocs/cmci/medlab - 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
- echo "Done!" - echo "Done!"
# - chmod +x ./_scripts/build.sh # - chmod +x ./_scripts/build.sh
# - ./_scripts/build.sh # - ./_scripts/build.sh