Skip to content

Commit

Permalink
Update dapple usage section
Browse files Browse the repository at this point in the history
Now includes info on selecting environment and deployment pipeline.
  • Loading branch information
Ryan Burns authored Jul 6, 2017
1 parent d74de2c commit 80e18d8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,11 @@ 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]
$ ./circleci/dapple-deploy <DAPPLE_URL> <DAPPLE_USER> <DAPPLE_PASS> <APP_NAME> [ENVIRONMENT] [DEPLOYMENT_PIPELINE]
```
**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.


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

Expand Down

0 comments on commit 80e18d8

Please sign in to comment.