euroscipy / www.euroscipy.org

Landing page for EuroSciPy
MIT License
13 stars 17 forks source link

Updating make rsync #93

Closed datapythonista closed 5 years ago

datapythonista commented 5 years ago

@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 commented 5 years ago

Seems fine :-)