fix: add new service ansible/cicd
Deploy bin / deploy (push) Successful in 1s
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 13:58:18 +02:00
parent b58e94c288
commit 634da8764e
+4 -3
View File
@@ -5,14 +5,15 @@ on:
branches:
- 'feature/add-service-*'
# TODO: when to deploy to prod? Manual (i.e. cli command)?
jobs:
deploy:
runs-on: hla-dev
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Restart master service
- name: Run New Service Playbook
run: |
ansible-playbook ansible/playbooks/add-new-service.yml -i ansible/hosts.yml
ansible-playbook ansible/playbooks/add-new-service.yml -i ansible/hosts.yml --extra-vars="agebd_env=dev"