briareus
Version:
Briareus assists with Feature Branch deploys to ECS
14 lines (13 loc) • 377 B
JavaScript
module.exports = {
'$id': 'http://localhost:1234/variant.json',
'required': ['slug'],
'properties': {
'webContainerName': { 'type': 'string' },
'slug': { 'type': 'string' },
'taskDefinition': { 'type': 'object' },
'healthcheck': { '$ref': 'healthcheck.json' },
'gitRepo': { 'type': 'string' },
'gitBranch': { 'type': 'string' }
}
}