Browse Source

Travis/SCP will now copy folders recursively and preserve the filemodes

MeFisto94 9 years ago
parent
commit
694f5f92b9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -49,7 +49,7 @@ before_deploy:
   # - ant set-impl-version suite.nbms build-installers unset-impl-version | awk '{printf("."); fflush(stdout)}'
   
   # Has to be done before deploy (due to the rm command)
-  - scp -i nbproject/private/www-updater.key build/updates/* [email protected]:/var/www/updates/nightly/3.1/plugins
+  - scp -irp nbproject/private/www-updater.key build/updates/* [email protected]:/var/www/updates/nightly/3.1/plugins
   - rm -rf build/
 
 deploy: