github.com/technosophos/deis@v1.7.1-0.20150915173815-f9005256004b/docs/reference/terms/build.rst (about)

     1  :title: Build
     2  :description: Deis builds are created automatically on the controller when a developer uses git push.
     3  
     4  .. _build:
     5  
     6  Build
     7  =====
     8  Deis builds are created automatically on the controller when a
     9  developer uses ``git push deis master``.
    10  
    11  When a new build is created, a new :ref:`release` is created automatically.
    12  
    13  .. note::
    14  	Deis only supports ``git push`` to the **master** branch.