Versions in this module Expand all Collapse all v0 v0.2.0 Mar 12, 2014 Changes in this version + type AppFog struct + func (a *AppFog) Write(f *buildfile.Buildfile) + type CloudControl struct + func (c *CloudControl) Write(f *buildfile.Buildfile) + type CloudFoundry struct + func (c *CloudFoundry) Write(f *buildfile.Buildfile) + type Deploy struct + AppFog *AppFog + CloudControl *CloudControl + CloudFoundry *CloudFoundry + EngineYard *EngineYard + Git *Git + Heroku *Heroku + Modulus *Modulus + Nodejitsu *Nodejitsu + Openshift *Openshift + SSH *SSH + func (d *Deploy) Write(f *buildfile.Buildfile) + type EngineYard struct + func (e *EngineYard) Write(f *buildfile.Buildfile) + type Git struct + Branch string + Force bool + Target string + func (g *Git) Write(f *buildfile.Buildfile) + type Heroku struct + App string + Branch string + Force bool + func (h *Heroku) Write(f *buildfile.Buildfile) + type Modulus struct + Project string + Token string + func (m *Modulus) Write(f *buildfile.Buildfile) + type Nodejitsu struct + func (n *Nodejitsu) Write(f *buildfile.Buildfile) + type Openshift struct + func (o *Openshift) Write(f *buildfile.Buildfile) + type SSH struct + Artifacts []string + Cmd string + Target string + func (s *SSH) Write(f *buildfile.Buildfile)