fix: cicd test
Deploy service MASTER / deploy (push) Successful in 3s

This commit is contained in:
Benjamin Labrecque
2026-07-02 15:29:30 +02:00
parent 96615d4698
commit 837a6df672
2 changed files with 14 additions and 13 deletions
+13 -13
View File
@@ -1,13 +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
# 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
View File
@@ -34,5 +34,6 @@ jobs:
- name: Restart Service
run: |
export XDG_RUNTIME_DIR=/run/user/$(id -u)
systemctl --user enable ${SVC_CURRRENT_DIR}/systemd/AGEBD-SERVICE-MASTER.service
systemctl --user restart AGEBD-SERVICE-MASTER.service