Hi razius,
I tried using the handler. However it is giving 403 forbidden error.
do we have to provide crentials. If yes, Where and how?
Below is the repos.json -
{
"migunjan/gunjan_test": {
"path": "/home/gunjan_test",
"key": "SecretKey",
"action": [["git", "pull", "origin", "master"]]
}
}
RESPONSE -
Headers
Content-Length: 234
Content-Type: text/html
Date: Tue, 07 Mar 2017 11:28:37 GMT
Server: Werkzeug/0.11.15 Python/2.6.6
Body
<title>403 Forbidden</title>
Forbidden
You don't have the permission to access the requested resource. It is either read-protected or not readable by the server.
Please help
Hi razius,
I tried using the handler. However it is giving 403 forbidden error.
do we have to provide crentials. If yes, Where and how?
Below is the repos.json -
{
"migunjan/gunjan_test": {
"path": "/home/gunjan_test",
"key": "SecretKey",
"action": [["git", "pull", "origin", "master"]]
}
}
RESPONSE -
<title>403 Forbidden</title>Headers
Content-Length: 234
Content-Type: text/html
Date: Tue, 07 Mar 2017 11:28:37 GMT
Server: Werkzeug/0.11.15 Python/2.6.6
Body
Forbidden
You don't have the permission to access the requested resource. It is either read-protected or not readable by the server.
Please help