Update .gitlab-ci.yml
This commit is contained in:
		| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user