On Sunday, February 3, 2013 11:17:15 AM UTC-5, Thiago wrote: > Yeah, it worked =) > I tryed --noinput before but the behavior is a little different. > Thanks! >
In what sense is the --noinput different? Also, I would suggest you split your script into two... restart.sh that would contain all local stuffs: source virtualenv, down to your restart. deploy.sh that would ssh to host, call svn update, then call restart.sh In this setup, you will be able to call restart.sh locally (assuming you have the same file structure as your prod). -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-users?hl=en. For more options, visit https://groups.google.com/groups/opt_out.

