File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -66,8 +66,11 @@ Deploys your application with [dapple](https://github.com/clever/dapple).
6666Requires 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
7275If you need to deploy multiple applications, run this command once for each.
7376
You can’t perform that action at this time.
0 commit comments