1
0
mirror of https://github.com/raseels-repos/golang-saas-starter-kit.git synced 2025-08-08 22:36:41 +02:00

updated schema readme

This commit is contained in:
Lee Brown
2019-08-21 18:01:02 -08:00
parent 3999f30232
commit 651b3c11d6
4 changed files with 95 additions and 63 deletions

View File

@ -66,7 +66,7 @@ func NewServiceConfig(serviceName string, cfg *devdeploy.Config) (ServiceConfig,
Name: serviceName,
DesiredCount: 1,
DockerBuildContext: ".",
ServiceDir: filepath.Join(cfg.ProjectRoot, "examples", serviceName),
ServiceDir: filepath.Join(cfg.ProjectRoot, "cmd", serviceName),
// Set the release tag for the image to use include env + service name + commit hash/tag.
ReleaseTag: devdeploy.GitLabCiReleaseTag(cfg.Env, serviceName),