Skip to content

Commit 80e18d8

Browse files
author
Ryan Burns
authored
Update dapple usage section
Now includes info on selecting environment and deployment pipeline.
1 parent d74de2c commit 80e18d8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,11 @@ Deploys your application with [dapple](https://github.com/clever/dapple).
6666
Requires that you've first pushed the Docker image and published the application to Catapult.
6767

6868
```
69-
$ ./circleci/dapple-deploy [DAPPLE_URL] [DAPPLE_USER] [DAPPLE_PASS] [APP_NAME]
69+
$ ./circleci/dapple-deploy <DAPPLE_URL> <DAPPLE_USER> <DAPPLE_PASS> <APP_NAME> [ENVIRONMENT] [DEPLOYMENT_PIPELINE]
7070
```
71+
**Note:** The default environment is `clever-dev` and the default deployment pipeline is `confirm-then-deploy`.
72+
Additionally you can choose a `no-confirm-deploy` pipeline that does not require confirmation before deploying.
73+
7174

7275
If you need to deploy multiple applications, run this command once for each.
7376

0 commit comments

Comments
 (0)