Trying jekyll deploy

This commit is contained in:
2019-07-10 22:14:11 +00:00
parent e1905197c8
commit 2b079924c7
2 changed files with 14 additions and 15 deletions

View File

@ -36,8 +36,9 @@ collections:
deploy:
# - cd .. && jekyll build
# - cd .. && read -p 'Commit message: ' message && git commit -a -m $message
- rsync -crPze ssh --delete ./* nasc0399@cmci.colorado.edu:/data/web/htdocs/cmci/medlab
- rsync -crPze --delete --rsh="sshpass -p $CU_PASSWORD ssh -o StrictHostKeyChecking=no " ./* $CU_USR@$CU_HOST:/data/web/htdocs/cmci/medlab
# - rsync -crPze ssh --delete ./* nasc0399@cmci.colorado.edu:/data/web/htdocs/cmci/medlab
# Exclude from processing.
# The following items will not be processed, by default. Create a custom list
# to override the default setting.