octopress / deploy

Deployment for Octopress and Jekyll blogs.
MIT License
75 stars 23 forks source link

Running more than once creates a permissions error with .deploy folder #28

Closed davepwsmith closed 10 years ago

davepwsmith commented 10 years ago

If I deploy to a git repository, update, and then deploy again the .deploy directory left over from the first deploy command creates a permissions error:

octopress 3.0.0.rc.10 | Error: Permission denied @ rb_sysopen - /Users/davidsmith/Sites/Shuttersmith/.deploy/./.git/objects/00/ea5f91d246ced7b53e03512a6689a54a2f3cfc

Deleting the .deploy folder fixes this (obviously) for one iteration and then its the same again - although it does force re-downloading all of the files.

davepwsmith commented 10 years ago

Bleurgh, my fault.

I had a git repository in the site directory that I had previously been using to deploy the site. That obviously horribly confused everything. Closed.