add hello world

This commit is contained in:
2024-08-12 00:17:47 -07:00
parent efba27617c
commit 4cf2f9c32d

View File

@ -158,3 +158,14 @@ config.repo = "mbecks/demo-sync"
# config.repo = "mbecks/demo-vector"
# [[repo]]
###############
# Hello world #
###############
[[deployment]]
name = "hello_world"
tags = ["hello", "world"]
config.server_id = "demo-server"
config.image.type = "Image"
config.image.params.image = "hello-world"