Replies: 1 comment
-
I encountered the same issue previously, and once again with webhook, the tldr is to replace the config argument
See my Stack Overflow Answer for full details. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a repo that builds static files and pushes to gh-pages (using hugo, not that it matters).
I have my script.sh like this:
If I run webhook manually, all is good. However, when I try with the debian service, I get:
I have added user webhook to group ubuntu already to no avail (ubuntu owns "reponame" dir)
I'm confident it's a permission thing... I just can't seem to figure it out...
Would anyone help me?
Any help is appreciated!
Beta Was this translation helpful? Give feedback.
All reactions