Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,14 @@ role :app, ["app1.example.com", "app2.example.com"],
```


### Build, deploy and start your application
Now you can proceed to build, deploy and start your application:
### Build, deploy and start your application
Now you can proceed to build, deploy, start and rollback your application:

```
mix bootleg.build
mix bootleg.deploy
mix bootleg.start
mix bootleg.rollback
```
This example was for building on a remote build server and deploying to one or more remote application servers, but Bootleg supports several other [build](https://hexdocs.pm/bootleg/config/build.html) and [deployment strategies](https://hexdocs.pm/bootleg/config/deploy.html).

Expand Down