Skip to content
This repository has been archived by the owner on Apr 20, 2021. It is now read-only.

Commit

Permalink
Merge pull request weaveworks#34 from weaveworks/repo-branch
Browse files Browse the repository at this point in the history
[wcloud] Add support for repo_branch option
  • Loading branch information
paulbellamy authored Aug 24, 2016
2 parents 9f760ab + 92cd0b8 commit 3527b56
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/wcloud/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ type Deployment struct {
type Config struct {
RepoURL string `json:"repo_url" yaml:"repo_url"`
RepoPath string `json:"repo_path" yaml:"repo_path"`
RepoBranch string `json:"repo_branch" yaml:"repo_branch"`
RepoKey string `json:"repo_key" yaml:"repo_key"`
KubeconfigPath string `json:"kubeconfig_path" yaml:"kubeconfig_path"`

Expand Down

0 comments on commit 3527b56

Please sign in to comment.