fix: cicd test
Deploy agebd python package to gitea/pypi / deploy (push) Failing after 0s
Deploy agebd python package / deploy (push) Successful in 1s
Deploy service MASTER / deploy (push) Failing after 3s

This commit is contained in:
Benjamin Labrecque
2026-07-02 15:19:18 +02:00
parent 93348d3f48
commit 96615d4698
3 changed files with 788 additions and 416 deletions
+13
View File
@@ -0,0 +1,13 @@
name: Deploy agebd python package to gitea/pypi
# TODO: services depend on this workflow
on:
push:
branches:
- main
paths:
- 'packages/agebd/**'
jobs:
deploy:
runs-on: hla-dev
+8 -1
View File
@@ -1,9 +1,11 @@
name: Deploy a service
name: Deploy service MASTER
on:
push:
branches:
- main
# paths:
# - 'services/000-master/**'
jobs:
deploy:
@@ -29,3 +31,8 @@ jobs:
cd ${SVC_CURRRENT_DIR}/app
uv venv --allow-existing --system-site-packages .venv
uv sync
- name: Restart Service
run: |
systemctl --user enable ${SVC_CURRRENT_DIR}/systemd/AGEBD-SERVICE-MASTER.service
systemctl --user restart AGEBD-SERVICE-MASTER.service
+767 -415
View File
File diff suppressed because it is too large Load Diff