When I push some files to the git, I get the following error:
> remote: cp: cannot create regular file '/var/www/narrowcast/index.html': Permission denied
> remote: cp: -r not specified; omitting directory 'kyf'
> remote: cp: -r not specified; omitting directory 'old-events'
which means that the push is successful but https://stream.vvvvvvaria.org/ is not updated.
Thanks! I can now indeed push the index.html but with directories the problem is still there. I get:
remote: cp: -r not specified; omitting directory 'kyf'
remote: cp: -r not specified; omitting directory 'old-events'
It's probably something in the hook!
Thanks! I can now indeed push the `index.html` but with directories the problem is still there. I get:
> remote: cp: -r not specified; omitting directory 'kyf'
remote: cp: -r not specified; omitting directory 'old-events'
It's probably something in the hook!
When I push some files to the git, I get the following error:
which means that the push is successful but https://stream.vvvvvvaria.org/ is not updated.
Should be resolved now!
It seemed that the
index.html
file was edited directly on the server, which changed the file permissions.Thanks! I can now indeed push the
index.html
but with directories the problem is still there. I get:It's probably something in the hook!
Yes indeed, the
-r
was not added to the copy command in the hook.It should work now!