Add app commit to config

This commit is contained in:
Andre Medeiros 2022-03-28 13:50:06 -04:00
parent 451a1a96fb
commit 5e48ab682b

View file

@ -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"),
}) })
} }