File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -66,10 +66,10 @@ 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> [ENVIRONMENT] [DEPLOYMENT_PIPELINE ]
69+ $ ./circleci/dapple-deploy <DAPPLE_URL> <DAPPLE_USER> <DAPPLE_PASS> <APP_NAME> [ENVIRONMENT] [DEPLOYMENT_STRATEGY ]
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.
71+ ** Note:** The default environment is ` clever-dev ` and the default deployment strategy is ` confirm-then-deploy ` .
72+ Additionally you can choose a ` no-confirm-deploy ` strategy that does not require confirmation before deploying.
7373
7474
7575If you need to deploy multiple applications, run this command once for each.
You can’t perform that action at this time.
0 commit comments