Browse Source

Fix trigger names

pull/2/merge
Rodolfo Carvalho 10 years ago
parent
commit
6103ae1363
1 changed files with 4 additions and 3 deletions
  1. +4
    -3
      application-template.json

+ 4
- 3
application-template.json View File

@ -94,16 +94,17 @@
},
"triggers": [
{
"type": "ImageChange"
"type": "imageChange",
"imageChange": {}
},
{
"type": "GitHub",
"type": "github",
"github": {
"secret": "secret123"
}
},
{
"type": "Generic",
"type": "generic",
"generic": {
"secret": "secret123"
}


Loading…
Cancel
Save