Rework templating for bootstrap

This commit is contained in:
Tom Wiesing 2022-09-15 16:57:15 +02:00
parent 08d1840a63
commit 47aeb05c82
No known key found for this signature in database
4 changed files with 108 additions and 43 deletions

View file

@ -15,10 +15,6 @@ const Executable = "wdcli"
// It should be located inside the deployment directory.
const ConfigFile = ".env"
// ConfigFileTemplate contains a template for a new configuration file
//go:embed bootstrap/env
var ConfigFileTemplate []byte
// OverridesJSON is the name of the json overrides file.
// It should be located inside the deployment directory.
const OverridesJSON = "overrides.json"