Skip to content

Commit

Permalink
Merge pull request #807 from convox/vpccidr-fix
Browse files Browse the repository at this point in the history
VPCCIDR fix for promoting an app
  • Loading branch information
MiguelMoll authored Jun 24, 2016
2 parents 98c8fd5 + 908c523 commit 3cd961d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/models/release.go
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ func (r *Release) Promote() error {
app.Parameters["Kernel"] = CustomTopic
app.Parameters["Release"] = r.Id
app.Parameters["Version"] = os.Getenv("RELEASE")
app.Parameters["VPCCIDR"] = os.Getenv("VPCCIDR")

if os.Getenv("ENCRYPTION_KEY") != "" {
app.Parameters["Key"] = os.Getenv("ENCRYPTION_KEY")
Expand Down

0 comments on commit 3cd961d

Please sign in to comment.