Skip to content

Commit 3177a1b

Browse files
author
gentele
committed
change defaultDeployTarget
1 parent 63ea1af commit 3177a1b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/devspace/cloud/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import (
1010
)
1111

1212
// DefaultDeployTarget is the default deployment target that is written to the config.yaml during the init process
13-
const DefaultDeployTarget = "prod"
13+
const DefaultDeployTarget = "production"
1414

1515
// DevSpaceCloudConfigPath holds the path to the cloud config file
1616
const DevSpaceCloudConfigPath = ".devspace/clouds.yaml"

0 commit comments

Comments
 (0)