Skip to content

Commit

Permalink
fix: quick fixes (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
jordan-acosta authored Dec 23, 2024
1 parent bd3540b commit d3d3b98
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 14 deletions.
5 changes: 5 additions & 0 deletions nuon/components/container_image.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name = "httpbin"
type = "container_image"
[public]
image_url = "kennethreitz/httpbin"
tag = "latest"
10 changes: 0 additions & 10 deletions nuon/components/docker_image.toml

This file was deleted.

4 changes: 2 additions & 2 deletions nuon/components/ecs_service.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ branch = "main"
[vars]
service_name = "{{.nuon.install.inputs.service_name}}"
cluster_arn = "{{.nuon.install.sandbox.outputs.ecs_cluster.arn}}"
image_url = "{{.nuon.components.docker_image.image.repository.uri}}"
image_tag = "{{.nuon.components.docker_image.image.tag}}"
image_url = "{{.nuon.components.container_image.image.repository.uri}}"
image_tag = "{{.nuon.components.container_image.image.tag}}"
app_id = "{{.nuon.app.id}}"
org_id = "{{.nuon.org.id}}"
install_id = "{{.nuon.install.id}}"
Expand Down
2 changes: 1 addition & 1 deletion nuon/installer.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ community_url = "https://nuon-byoc.slack.com/ssb/redirect"
homepage_url = "https://nuon.co"
github_url = "https://github.com/nuonco"
logo_url = "https://nuon.co/_astro/logo.PEcNPe73_Z1ISTvP.svg"
demo_url = "https://www.youtube.com/embed/ajYyrTTYmpc?si=2FyF3Sq9bxuKZkfS"
demo_url = "https://www.youtube.com/embed/LXoczC247zg?si=0xFLDt77U_97yefn"
favicon_url = "https://nuon.co/_astro/apple-touch-icon.CB8rPL88.png"

# optional fields
Expand Down
2 changes: 1 addition & 1 deletion nuon/nuon.aws-ecs-app.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ branch = "main"
source = "components/ecs_service.toml"

[[components]]
source = "components/docker_image.toml"
source = "components/container_image.toml"

0 comments on commit d3d3b98

Please # to comment.