Skip to content

Commit 8c0ea7d

Browse files
update CICD Readme
1 parent 8664d0f commit 8c0ea7d

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

cicd/2-cicd/deploy-cicd.sh

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,12 @@
22

33
echo Deploying Javabuilder CICD Pipeline
44

5-
# Create/Update the Javabuilder build/deploy pipeline stack. This is manually created and maintained, but should not require elevated permissions.
5+
# Create/Update the Javabuilder build/deploy pipeline stack. This is manually created and maintained, but should not require elevated permissions.
6+
# Options include:
7+
# - TARGET_BRANCH: Defaults to `main`, passed as a Parameter for "cicd/2-cicd/cicd.template.yml"
8+
# - MODE: Can be 'standard' (default) or 'adhoc', passed as a Parameter for "cicd/2-cicd/cicd.template.yml"
9+
# - GITHUB_BADGE_ENABLED: defaults to true, passed as a Parameter for "cicd/2-cicd/cicd.template.yml"
10+
# - STACK_NAME: defaults to an automated naming convention, no current use cases for changing this.
611

712
# 'Developer' role requires a specific service role for all CloudFormation operations.
813
if [[ $(aws sts get-caller-identity --query Arn --output text) =~ "assumed-role/Developer/" ]]; then

0 commit comments

Comments
 (0)