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 =
{ Config = ./app/config.dhall
, K8sList = ./app/list.dhall
, make = ./app/make.dhall
}
{ Config = ./app/config.dhall
, K8sList = ./app/list.dhall
, make = ./app/make.dhall
}
, http =
{ deployment = ./http/deployment.dhall
, ingress = ./http/ingress.dhall
, service = ./http/service.dhall
}
{ deployment = ./http/deployment.dhall
, ingress = ./http/ingress.dhall
, service = ./http/service.dhall
}
}