embed: Begin refactor to use clearer paths
This commit is contained in:
parent
e75dc29de1
commit
e1ee569629
16 changed files with 431 additions and 181 deletions
2
env/component_self.go
vendored
2
env/component_self.go
vendored
|
|
@ -27,7 +27,7 @@ func (sc SelfComponent) Stack() stack.Installable {
|
|||
}
|
||||
|
||||
return sc.dis.makeComponentStack(sc, stack.Installable{
|
||||
EnvFileContext: map[string]string{
|
||||
EnvContext: map[string]string{
|
||||
"VIRTUAL_HOST": sc.dis.DefaultVirtualHost(),
|
||||
"LETSENCRYPT_HOST": sc.dis.DefaultLetsencryptHost(),
|
||||
"LETSENCRYPT_EMAIL": sc.dis.Config.CertbotEmail,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue