mirror of
https://github.com/PengZhangs2017582/novel.git
synced 2025-06-16 15:31:22 +08:00
6 lines
138 B
Go
6 lines
138 B
Go
ROOT_DIR = $(shell pwd)
|
|
NAMESPACE = "default"
|
|
DEPLOY_NAME = "template-single"
|
|
DOCKER_NAME = "template-single"
|
|
|
|
include ./hack/hack.mk |