fix: correct GATEWAY_UNIT name to include 'castle-' prefix
This commit is contained in:
@@ -9,7 +9,7 @@ from castle_cli.config import GENERATED_DIR, CastleConfig, ensure_dirs, load_con
|
|||||||
|
|
||||||
|
|
||||||
GATEWAY_COMPONENT = "castle-gateway"
|
GATEWAY_COMPONENT = "castle-gateway"
|
||||||
GATEWAY_UNIT = "castle-gateway.service"
|
GATEWAY_UNIT = "castle-castle-gateway.service"
|
||||||
|
|
||||||
|
|
||||||
def _find_app_dist(config: CastleConfig) -> str | None:
|
def _find_app_dist(config: CastleConfig) -> str | None:
|
||||||
|
|||||||
Reference in New Issue
Block a user