updated all deployments to include conditional logic

This commit is contained in:
Brad Rydzewski
2014-09-07 23:08:35 -07:00
parent e3c87388e4
commit a9f2affd5c
12 changed files with 212 additions and 26 deletions

View File

@@ -96,7 +96,7 @@ func (b *Build) Write(f *buildfile.Buildfile, r *repo.Repo) {
// write deployment commands
if b.Deploy != nil {
b.Deploy.Write(f)
b.Deploy.Write(f, r)
}
// write exit value