Skip to content

Commit a9c6961

Browse files
committed
update readme
1 parent e178f6b commit a9c6961

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cicd/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ TARGET_BRANCH=mybranch cicd/2-cicd/deploy-cicd.sh
5858
### Deploying an Adhoc environment
5959

6060
You can create an Adhoc environment by setting the `MODE` flag on the cicd deploy script. This will create a CI/CD pipeline that will watch for updates to your `TARGET_BRANCH`. The difference between a standard deployment and an adhoc pipeline can be seen in "cicd.template.yml" by following where the `Conditions` are used. In short, an adhoc creates an adhoc environment using "adhoc.config.yml", while a standard deployment will create a Test environment and a Prod environment using the relevent config files.
61+
Note: your branch name cannot contain the character `\`, as this causes issues in AWS.
6162

6263
```
6364
TARGET_BRANCH=mybranch MODE=adhoc cicd/2-cicd/deploy-cicd.sh

0 commit comments

Comments
 (0)