You've already forked golang-saas-starter-kit
mirror of
https://github.com/raseels-repos/golang-saas-starter-kit.git
synced 2025-07-17 01:42:36 +02:00
updates for new devops transition
This commit is contained in:
@ -682,6 +682,15 @@ func DefineDeployService(log *log.Logger, ctx ServiceContext, deployEnv *devdepl
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// Support for resizing static images files to be responsive.
|
||||
if ctx.StaticFilesImgResizeEnable {
|
||||
placeholders["{STATIC_FILES_IMG_RESIZE_ENABLED}"] = "true"
|
||||
} else {
|
||||
placeholders["{STATIC_FILES_IMG_RESIZE_ENABLED}"] = "false"
|
||||
}
|
||||
|
||||
|
||||
return nil
|
||||
},
|
||||
}
|
||||
|
Reference in New Issue
Block a user