Loading deploy.py +1 −1 Original line number Diff line number Diff line Loading @@ -128,7 +128,7 @@ def _rsync_platform(target, target_directory): """ Helper function to rsync platform to server. """ local('rsync -a --exclude sites/*/settings.php --exclude sites/*/files src/drupal/ {}@{}:{}'.format(target.get('user'), target.get('host'), target_directory)) local('rsync -a --delete --exclude sites/*/settings.php --exclude sites/*/files src/drupal/ {}@{}:{}'.format(target.get('user'), target.get('host'), target_directory)) def _aegir_provision_platform(platform, aegir_path, aegir_destsrv): Loading Loading
deploy.py +1 −1 Original line number Diff line number Diff line Loading @@ -128,7 +128,7 @@ def _rsync_platform(target, target_directory): """ Helper function to rsync platform to server. """ local('rsync -a --exclude sites/*/settings.php --exclude sites/*/files src/drupal/ {}@{}:{}'.format(target.get('user'), target.get('host'), target_directory)) local('rsync -a --delete --exclude sites/*/settings.php --exclude sites/*/files src/drupal/ {}@{}:{}'.format(target.get('user'), target.get('host'), target_directory)) def _aegir_provision_platform(platform, aegir_path, aegir_destsrv): Loading