You've already forked golang-saas-starter-kit
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:
@ -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),
|
||||
|
Reference in New Issue
Block a user