UNPKG

hapiest-deploy

Version:

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

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