fix
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Cadey Ratio 2020-07-16 16:12:51 -04:00
parent 89e7fe0359
commit 601aab0d61
1 changed files with 8 additions and 8 deletions

View File

@ -1,11 +1,11 @@
{ app = { app =
{ Config = ./app/config.dhall { Config = ./app/config.dhall
, K8sList = ./app/list.dhall , K8sList = ./app/list.dhall
, make = ./app/make.dhall , make = ./app/make.dhall
} }
, http = , http =
{ deployment = ./http/deployment.dhall { deployment = ./http/deployment.dhall
, ingress = ./http/ingress.dhall , ingress = ./http/ingress.dhall
, service = ./http/service.dhall , service = ./http/service.dhall
} }
} }