release/2024-10-25 - Clean up referenceDocuments
Signed-off-by: Dave Richer <dave@imexsystems.ca>
This commit is contained in:
30
_reference/Documents/test api setup.md
Normal file
30
_reference/Documents/test api setup.md
Normal file
@@ -0,0 +1,30 @@
|
||||
Clone Repository for:
|
||||
|
||||
```json
|
||||
{
|
||||
"name": "node-webhook-scripts",
|
||||
"version": "1.0.0",
|
||||
"main": "index.jsx",
|
||||
"dependencies": {
|
||||
"express": "^4.16.4"
|
||||
},
|
||||
"license": "SEE LICENCE IN LICENCE.md",
|
||||
"author": {
|
||||
"name": "Alexandre Pénombre",
|
||||
"email": "alexandre.penombre@gmail.com"
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
hooks.js:
|
||||
|
||||
```javascript
|
||||
module.exports = [
|
||||
{
|
||||
path: "/pull",
|
||||
command: "git pull && yarn && pm2 restart 0",
|
||||
cwd: "/home/ubuntu/io/",
|
||||
method: "post",
|
||||
},
|
||||
];
|
||||
```
|
||||
Reference in New Issue
Block a user