refactor: move all services under current/
Deploy bin / deploy (push) Successful in 1s
Deploy, build and restart MASTER / deploy (push) Successful in 9s
Deploy agebd python package / deploy (push) Successful in 1s

This commit is contained in:
Benjamin Labrecque
2026-07-07 09:29:04 +02:00
parent 988d7fd983
commit fbc4a57953
23 changed files with 3 additions and 6 deletions
+1 -1
View File
@@ -13,7 +13,7 @@
- name: "[{{ service_dir_name }}] Sync service deployment files"
ansible.builtin.copy:
src: "{{ playbook_dir }}/../services/{{ service_dir_name }}/"
src: "{{ playbook_dir }}/../services/{{ service_dir_name }}/current/"
dest: "{{ svc_current_dir }}/"
mode: 'preserve'
@@ -4,7 +4,7 @@ version = "0.1.0"
description = "AGEBD-MASTER Service"
requires-python = ">=3.9"
dependencies = [
"agebd==1.2.0", # TODO: how to push package to gitea?
"agebd", # TODO: package in gitea?
"pyyaml>=6.0.3",
]
@@ -14,11 +14,8 @@ dev = [
"ruff>=0.15.20",
]
# This tells uv where to look for 'agebd' during LOCAL dev work
[tool.uv.sources]
# Path is relative to where agebd package is deployed on hla
# machines (see CI/CD in .gitea/workflows)
agebd = { path = "../../../../packages/agebd", editable = true }
agebd = { workspace = true }
[tool.ruff]
include = [