Skip to content

Commit 5bfd51f

Browse files
Merge pull request #363 from code-dot-org/darin/hotfix
fix cicd deploy script
2 parents 1fb1073 + 91a9913 commit 5bfd51f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cicd/2-cicd/deploy-cicd.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ else
3131
fi
3232
fi
3333

34-
ENVIRONMENT_TYPE=${ENVIRONMENT_TYPE-'standard'}
34+
ENVIRONMENT_TYPE=${ENVIRONMENT_TYPE-'production'}
3535
GITHUB_BADGE_ENABLED=${GITHUB_BADGE_ENABLED-'true'}
3636

3737
TEMPLATE_FILE=cicd/2-cicd/cicd.template.yml

0 commit comments

Comments
 (0)