Skip to content

Commit c9489f1

Browse files
committed
/generic.template/server/manifest/04-clusters/%+DEPLOY_SERVER+.lua: redis role bugfix
1 parent d6373e3 commit c9489f1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/lua/generic.template/server/manifest/04-clusters/%+DEPLOY_SERVER+.lua

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ clusters[#clusters + 1] =
5252
--[[BLOCK_START:STATIC_NAME]]
5353
{ name = "#{PROJECT_NAME}-static-#{STATIC_NAME}" };
5454
--[[BLOCK_END:STATIC_NAME]]
55-
--[[BLOCK_START:REDIS_BASE_HOST_DEPLOY]]
56-
{ name = "#{REDIS_BASE_HOST_DEPLOY}" };
57-
--[[BLOCK_END:REDIS_BASE_HOST_DEPLOY]]
55+
--[[BLOCK_START:REDIS_BASE_HOST]]
56+
{ name = "#{REDIS_BASE_HOST}" };
57+
--[[BLOCK_END:REDIS_BASE_HOST]]
5858
--[[BLOCK_START:MYSQL_BASES]]
5959
{ name = "#{MYSQL_BASES}" };
6060
--[[BLOCK_END:MYSQL_BASES]]

0 commit comments

Comments
 (0)