Skip to content

Commit

Permalink
preference to new config file name kool.cloud.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fabriciojs committed Feb 16, 2024
1 parent 812b36f commit 50af6c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions commands/cloud_deploy.go
Original file line number Diff line number Diff line change
Expand Up @@ -216,10 +216,10 @@ func (d *KoolDeploy) createReleaseFile() (filename string, err error) {

// new behavior - tarball only the required files
var possibleKoolDeployYmlFiles []string = []string{
"kool.deploy.yml",
"kool.deploy.yaml",
"kool.cloud.yml",
"kool.cloud.yaml",
"kool.deploy.yml",
"kool.deploy.yaml",
}

for _, file := range possibleKoolDeployYmlFiles {
Expand Down

0 comments on commit 50af6c5

Please sign in to comment.