Skip to content

Commit

Permalink
Imported (redacted) git auto deploy config file from production server
Browse files Browse the repository at this point in the history
  • Loading branch information
AudunVN committed Feb 5, 2021
1 parent f4e3c65 commit 6435398
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion git-auto-deploy.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,11 @@
"remote": "origin",
"path": "/srv/reserver/gunnerus",
"deploy": "echo deploying Reserver",
"secret-token": "sameAsEnteredForGithubWebhook",
"secret-token": "tokenFromWebhook",
"header-filter":{
"X-GitHub-Hook-ID": "idFromWebhook",
"X-Hub-Signature": true
},
"payload-filter": [
{
"ref": "refs/heads/server"
Expand Down

0 comments on commit 6435398

Please # to comment.