deployment methods - new and docs
This commit is contained in:
13
_deploy/webhook/package.json
Normal file
13
_deploy/webhook/package.json
Normal file
@ -0,0 +1,13 @@
|
||||
{
|
||||
"name": "mwitnessing-webhook",
|
||||
"version": "1.0.0",
|
||||
"description": "Webhook receiver for automatic deployments",
|
||||
"main": "webhook-receiver.js",
|
||||
"scripts": {
|
||||
"start": "node webhook-receiver.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"express": "^4.18.2",
|
||||
"crypto": "^1.0.1"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user