@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user