add service to routers
All checks were successful
Deploy Containers / Prepare (push) Successful in 47s

This commit is contained in:
2025-08-06 22:05:01 -04:00
parent f8fbc95229
commit 182b1cc6c3
2 changed files with 4 additions and 1 deletions

View File

@@ -48,7 +48,8 @@ def run_deployment(tag = None):
def main():
diff = git_diff()
vpn_containers = [
"tasks/qbittorrent.yml"
"tasks/qbittorrent.yml",
"tasks/jackett.yml"
]
success = True