jellyfin deployer
This commit is contained in:
@ -185,21 +185,21 @@ file_paths = ["jellyfin.compose.yaml"]
|
|||||||
git_provider = "git.komo.do"
|
git_provider = "git.komo.do"
|
||||||
repo = "komodo/demo"
|
repo = "komodo/demo"
|
||||||
|
|
||||||
##########################
|
############################
|
||||||
# Immich Deployer (Repo) #
|
# Jellyfin Deployer (Repo) #
|
||||||
##########################
|
############################
|
||||||
|
|
||||||
[[repo]]
|
[[repo]]
|
||||||
name = "trigger-immich-deploy"
|
name = "trigger-jellyfin-deploy"
|
||||||
description = "clone / pull to trigger immich stop, then deploy."
|
description = "clone / pull to trigger immich stop, then deploy."
|
||||||
tags = ["immich", "automation"]
|
tags = ["immich", "automation"]
|
||||||
[repo.config]
|
[repo.config]
|
||||||
server_id = "demo-server"
|
server = "demo-server"
|
||||||
git_provider = "git.komo.do"
|
git_provider = "git.komo.do"
|
||||||
repo = "komodo/demo"
|
repo = "komodo/demo"
|
||||||
on_pull.path = "."
|
on_pull.path = "."
|
||||||
on_pull.command = """
|
on_pull.command = """
|
||||||
API_KEY=[[KOMODO_API_KEY]] API_SECRET=[[KOMODO_API_SECRET]] sh ./trigger-immich-deploy.sh
|
API_KEY=[[KOMODO_API_KEY]] API_SECRET=[[KOMODO_API_SECRET]] sh ./trigger-jellyfin-deploy.sh
|
||||||
"""
|
"""
|
||||||
|
|
||||||
###########
|
###########
|
||||||
|
Reference in New Issue
Block a user