refactor: move all services under current/
This commit is contained in:
@@ -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'
|
||||
|
||||
|
||||
+2
-5
@@ -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 = [
|
||||
Reference in New Issue
Block a user