trigger-immich-deploy
This commit is contained in:
@ -72,3 +72,17 @@ config.file_paths = ["jellyfin.compose.yaml"]
|
||||
config.git_provider = "git.demo.monitor.dev"
|
||||
config.git_account = "mbecks"
|
||||
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"
|
Reference in New Issue
Block a user