Skip to content

Commit 92af7a2

Browse files
authored
README: rename deployment pipeline->strategy
1 parent 80e18d8 commit 92af7a2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,10 @@ 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> [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

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

0 commit comments

Comments
 (0)