UNPKG

hapiest-deploy

Version:

A deployment tool. Initially for AWS ElasticBeanstalk but it may expand in scope over time.

17 lines 289 B
{ "AWSEBDockerrunVersion": "1", "Authentication": { "Bucket": "somebucket", "Key": "config/dockerhub/dockerhub-auth.json" }, "Image": { "Name": "testapp/web", "Update": "true" }, "Ports": [ { "HostPort": "80", "ContainerPort": "3000" } ] }