wormhole/bridge/Tiltfile

10 lines
154 B
Plaintext
Raw Normal View History

2020-08-03 10:47:22 -07:00
docker_build(
ref = "guardiand-image",
context = ".",
dockerfile = "Dockerfile",
)
k8s_yaml("k8s/deployment.yaml")
k8s_resource("guardian")