internal/component: Rework resource paths
This commit is contained in:
parent
af259747a2
commit
33cd18e9d9
7 changed files with 4 additions and 4 deletions
|
|
@ -15,12 +15,12 @@ func (SSH) Name() string {
|
|||
return "ssh"
|
||||
}
|
||||
|
||||
//go:embed all:stack
|
||||
//go:embed all:ssh
|
||||
var resources embed.FS
|
||||
|
||||
func (ssh SSH) Stack(env environment.Environment) component.StackWithResources {
|
||||
return ssh.ComponentBase.MakeStack(env, component.StackWithResources{
|
||||
Resources: resources,
|
||||
ContextPath: "stack",
|
||||
ContextPath: "ssh",
|
||||
})
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue