@pdebuyl with the changes to the group permissions you made everything seems to work fine now, except that I was getting the error:
rsync: failed to set times on "/web/static/.": Operation not permitted (1)
Not an expert on rsync, but looks like it can be fixed with the -O parameter. Not sure if this has any implication, but I'm adding it in this PR.
Also, I'm giving default values to SSH_USER and and SSH_HOST, so we can just simply type make rsync if our local user and the one in the server are the same.
Are you happy with these changes? They make deployments really easy for me now. :)
@pdebuyl with the changes to the group permissions you made everything seems to work fine now, except that I was getting the error:
Not an expert on
rsync
, but looks like it can be fixed with the-O
parameter. Not sure if this has any implication, but I'm adding it in this PR.Also, I'm giving default values to
SSH_USER
and andSSH_HOST
, so we can just simply typemake rsync
if our local user and the one in the server are the same.Are you happy with these changes? They make deployments really easy for me now. :)