Hi all,


i set up the deployment using the rsync on symfony. What i did was configure
the properties.ini like this:


[production]
  host=domain.com.br
  port="22 -i E:/cygwin/home/Augusto/.ssh/id_rsa"
  user=user
  dir=/home/username/website
  parameters="-rtgoDzCv --progress --force --delete
--exclude-from=config/rsync_exclude.txt"


OK. When i run the symfony deploy i get this:


$ ./symfony project:deploy production -t
>> exec      rsync --dry-run -rtgoDzCv --pro...om.br:/home/username/website/
building file list ...


And nothing happen more. Then i tried to run the same command line in the
shell:


$ rsync --dry-run -rtgoDzCv --progress --force --delete
--exclude-from=config/r
sync_exclude.txt -e "ssh -p22 -i E:/cygwin/home/Augusto/.ssh/id_rsa" user
@domain.com:/home/username/website


For my surprise. It works!


Is this a symfony bug in version 1.4.1 ?



Bye



Augusto Morais

-- 
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to symfony-us...@googlegroups.com.
To unsubscribe from this group, send email to 
symfony-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en.

Reply via email to