Closed. This question is not reproducible or was caused by typos. It is not currently accepting answers. This question was caused by a typo or a problem that can no longer be reproduced. While similar questions may be on-topic here, this one was resolved in a way less likely to help future readers. Closed last year. Improve this question I’ve
Tag: gitlab
Gitlab webhooks not working due to shell script permission
Using laravel 5.6. I’m trying to set up a webhook on gitlab, to make a git pull on push events. I’ve created a post route, added controller and method, that launches a shell script: Shell script itself contains just a one line: But in gitlab’s request details, i see an error after a push: I already chmod 777 deploy.sh, but