trigger-immich-deploy

This commit is contained in:
2024-08-11 02:16:51 -07:00
parent 726ce7a65c
commit 5272ab4788

View File

@ -71,4 +71,18 @@ config.server_id = "demo-server"
config.file_paths = ["jellyfin.compose.yaml"]
config.git_provider = "git.demo.monitor.dev"
config.git_account = "mbecks"
config.repo = "mbecks/demo-sync"
config.repo = "mbecks/demo-sync"
##########################
# Immich Deployer (Repo) #
##########################
[[repo]]
name = "trigger-immich-deploy"
description = "clone / pull to trigger immich stop, then deploy."
tags = ["immich", "automation"]
config.server_id = "demo-server"
config.git_provider = "git.demo.monitor.dev"
config.repo = "mbecker/demo-sync"
config.on_pull.path = "."
config.on_pull.command = "sh ./trigger-immich-deploy.sh"