1
0
mirror of https://github.com/hauke68/Magallanes.git synced 2025-08-27 05:40:16 +02:00
Magallanes/Mage/Task/BuiltIn/Deployment/Strategy
Fred Condo 1f6da7f8fb Add ability to use rsync rather than cp on remote
This enables finer control (via excludes) when seeding the destination
directory for rsync. Because we know we have rsync available, we can use
rsync rather than cp by using configuration like this example:

	  strategy: rsync
	  rsync:
		copy: true
		copy_tool_rsync: true
		rsync_excludes: ["assets", "silverstripe-cache"]

The default tool remains cp, so this change is backward-compatible.
2014-05-16 12:31:36 -07:00
..
DisabledTask.php SensioLabs Inslights. Remove unused namespaces. 2013-12-19 16:12:51 -02:00
GitRebaseTask.php strategy git-rebase is enabled 2014-05-07 12:55:14 +02:00
RsyncTask.php Add ability to use rsync rather than cp on remote 2014-05-16 12:31:36 -07:00
TarGzTask.php Added identity file option for ssh and scp commands 2014-04-07 12:20:41 +02:00