mirror of
https://github.com/christianselig/apollo-backend
synced 2024-11-22 11:47:42 +00:00
Add app commit to config
This commit is contained in:
parent
451a1a96fb
commit
5e48ab682b
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@ func Execute(ctx context.Context) int {
|
||||||
APIKey: key,
|
APIKey: key,
|
||||||
ReleaseStage: os.Getenv("ENV"),
|
ReleaseStage: os.Getenv("ENV"),
|
||||||
ProjectPackages: []string{"main", "github.com/christianselig/apollo-backend"},
|
ProjectPackages: []string{"main", "github.com/christianselig/apollo-backend"},
|
||||||
|
AppVersion: os.Getenv("RENDER_GIT_COMMIT"),
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue