Skip to content

Commit cb4dd09

Browse files
arschlesAaron Schlesinger
authored andcommitted
fix(build.go): log the app name and release
1 parent a066905 commit cb4dd09

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pkg/gitreceive/build.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -496,6 +496,7 @@ func build(conf *Config, etcdClient *etcd.Client) error {
496496
}
497497
domain := buildHookResp.Domains[0]
498498

499+
log.Info("Done, %s:v%s deployed to Deis", appName, release)
499500
log.Info(fmt.Sprintf("http://%s", domain))
500501
log.Info("To learn more, use 'deis help' or visit http://deis.io")
501502

0 commit comments

Comments
 (0)