chore: deploy script for all services
Deploy bin / deploy (push) Successful in 3s
Deploy, build and restart MASTER / deploy (push) Successful in 1s
Deploy agebd python package / deploy (push) Successful in 2s

This commit is contained in:
Benjamin Labrecque
2026-07-07 08:25:30 +02:00
parent 43ff2ae4a8
commit 63bdf6e467
+1 -4
View File
@@ -8,9 +8,6 @@ on:
jobs:
deploy:
runs-on: hla-dev
defaults:
run:
working-directory: ./ansible
steps:
- name: Checkout repository
@@ -18,4 +15,4 @@ jobs:
- name: Restart master service
run: |
ansible-playbook add-new-service.yml -i hosts.yml
ansible-playbook ansible/add-new-service.yml -i hosts.yml