Skip to content

Commit

Permalink
README: rename deployment pipeline->strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanleiby authored Jul 6, 2017
1 parent 80e18d8 commit 92af7a2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,10 @@ Deploys your application with [dapple](https://github.com/clever/dapple).
Requires that you've first pushed the Docker image and published the application to Catapult.

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


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

0 comments on commit 92af7a2

Please sign in to comment.