fix: cicd test
This commit is contained in:
@@ -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
|
||||
@@ -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
|
||||
|
||||
Generated
+767
-415
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user