You've already forked golang-saas-starter-kit
mirror of
https://github.com/raseels-repos/golang-saas-starter-kit.git
synced 2025-08-06 22:32:51 +02:00
fix build error
This commit is contained in:
@ -203,7 +203,7 @@ func NewServiceContext(serviceName Service, cfg *devdeploy.Config) (*ServiceCont
|
||||
// Define the ServiceContext for the web-app that will be used for build and deploy.
|
||||
case ServiceWebApp:
|
||||
|
||||
ctx := &ServiceContext{
|
||||
ctx = &ServiceContext{
|
||||
ServiceConfig: webAppCfg,
|
||||
}
|
||||
|
||||
@ -310,7 +310,7 @@ func NewServiceContext(serviceName Service, cfg *devdeploy.Config) (*ServiceCont
|
||||
// Define the ServiceContext for the web-api that will be used for build and deploy.
|
||||
case ServiceWebApi:
|
||||
|
||||
ctx := &ServiceContext{
|
||||
ctx = &ServiceContext{
|
||||
ServiceConfig: webApiCfg,
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user