Skip to content

Instantly share code, notes, and snippets.

@jbayer
Created November 3, 2020 02:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jbayer/6b88e1500be09d7dc3d58ed556607d22 to your computer and use it in GitHub Desktop.
Save jbayer/6b88e1500be09d7dc3d58ed556607d22 to your computer and use it in GitHub Desktop.
project = "example-nodejs"
app "example-nodejs" {
labels = {
"service" = "example-nodejs",
"env" = "dev"
}
build {
use "pack" {}
registry {
use "aws-ecr" {
region = "us-east-1"
repository = "waypoint-example"
tag = "latest"
}
}
}
deploy {
use "aws-ecs" {
region = "us-east-1"
memory = "512"
alb {
certificate = "foo"
domain_name = "bar.com"
listener_arn = "something"
zone_id = "anotherthing"
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment