UNPKG

briareus

Version:

Briareus assists with Feature Branch deploys to ECS

14 lines (13 loc) 377 B
'use strict' 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' } } }