Skip to content

Commit 91a9913

Browse files
fix cicd deploy script
1 parent 1fb1073 commit 91a9913

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)