Skip to content

Commit 50af6c5

Browse files
committed
preference to new config file name kool.cloud.yml
1 parent 812b36f commit 50af6c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

commands/cloud_deploy.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -216,10 +216,10 @@ func (d *KoolDeploy) createReleaseFile() (filename string, err error) {
216216

217217
// new behavior - tarball only the required files
218218
var possibleKoolDeployYmlFiles []string = []string{
219-
"kool.deploy.yml",
220-
"kool.deploy.yaml",
221219
"kool.cloud.yml",
222220
"kool.cloud.yaml",
221+
"kool.deploy.yml",
222+
"kool.deploy.yaml",
223223
}
224224

225225
for _, file := range possibleKoolDeployYmlFiles {

0 commit comments

Comments
 (0)