Skip to content
This repository has been archived by the owner on Dec 4, 2024. It is now read-only.

Commit

Permalink
Minor README edit.
Browse files Browse the repository at this point in the history
  • Loading branch information
brndnmtthws committed Jul 7, 2016
1 parent f51ec71 commit bf5b2c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ Zero downtime deployments are accomplished through the use of a Lua module, whic
The ZDD script includes the ability to specify a pre-kill hook, which is executed before draining tasks are terminated. This allows you to run your own automated checks against the old and new app before the deploy continues.


## Traffic splitting between Blue and Green Apps.
### Traffic splitting between Blue/Green Apps

Zdd has support to split the traffic between two versions of same app(Version blue and Version green) by having instances of both versions live at the same time. This is supported with the help of `HAPROXY_DEPLOYMENT_NEW_INSTANCES` label.

Expand Down

0 comments on commit bf5b2c0

Please sign in to comment.