What is the full rsync command run by Symfony when deploying a project with…
php symfony project:deploy production --go
?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
This is done via the sfProjectDepoyTask, see source here. You can browse the source, it’s pretty straight forward.
The full command is below. Substitute values between
<>‘s with values from you’re config.Some parts of the command are not included depending on your config.
You can also see a quick rsync tutorial here.