0
0
forked from toolshed/abra

Compare commits

...

1 Commits

Author SHA1 Message Date
89e1046882 . 2024-06-26 16:41:59 +02:00

View File

@ -130,13 +130,6 @@ type Features struct {
SSO string `json:"sso"` SSO string `json:"sso"`
} }
// Recipe2 represents a recipe.
type Recipe2 struct {
Name string
Config *composetypes.Config
Meta RecipeMeta
}
// Push pushes the latest changes to a SSH URL remote. You need to have your // Push pushes the latest changes to a SSH URL remote. You need to have your
// local SSH configuration for git.coopcloud.tech working for this to work // local SSH configuration for git.coopcloud.tech working for this to work
func (r Recipe) Push(dryRun bool) error { func (r Recipe) Push(dryRun bool) error {