Tried adding full local path
This commit is contained in:
		| @@ -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 | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user