Browse Source

Tried adding full local path

Nathan Schneider 4 years ago
parent
commit
17ca2593b0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .gitlab-ci.yml

+ 1 - 1
.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 " _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!"
 #    - chmod +x ./_scripts/build.sh
 #    - ./_scripts/build.sh