forked from toolshed/abra
Compare commits
1 Commits
remote-rec
...
refactor-r
Author | SHA1 | Date | |
---|---|---|---|
89e1046882 |
@ -130,13 +130,6 @@ type Features struct {
|
||||
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
|
||||
// local SSH configuration for git.coopcloud.tech working for this to work
|
||||
func (r Recipe) Push(dryRun bool) error {
|
||||
|
Reference in New Issue
Block a user