Skip to content

Commit ad9dcdb

Browse files
fix parameter default
1 parent dacce11 commit ad9dcdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cicd/2-cicd/cicd.template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Parameters:
2929
EnvironmentType:
3030
Type: String
3131
Description: A 'production' cicd stack includes automated tests in the pipeline and deploys 'test' and 'production' environments. Whereas a 'development' type will only deploy a development environment.
32-
Default: standard
32+
Default: production
3333
AllowedValues: [development, production]
3434

3535
Conditions:

0 commit comments

Comments
 (0)