fix: add new service ansible/cicd
This commit is contained in:
@@ -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"
|
||||
Reference in New Issue
Block a user