docs: ioc user
Build and Publish Site / docker (push) Successful in 3s

This commit is contained in:
Benjamin Labrecque
2026-08-25 15:33:04 +02:00
parent e6e1d32e5a
commit e326ef3b3f
+6 -3
View File
@@ -108,10 +108,13 @@ The scripts operate on the deployed IOC files in
`/sls/bd/hla/<env>/services/<service-name>/current/ioc`, so a service has to be deployed
before its IOC can be installed.
They run automatically when a new service is added (`.gitea/workflows/add-new-service.yml`),
and can be triggered manually for any service (or `all` services) through the `Ioc` workflow
They run automatically when a new service is added (`.gitea/workflows/add-new-service.yml`).
## Manual CICD Workflow trigger
IOC commands can be triggered manually for any service (or `all` services) through the `Ioc` workflow
(`.gitea/workflows/ioc.yml`) in the gitea Actions tab:
```
Actions tab > Ioc (row on left side) > Run Workflow
Gitea Repo > Actions tab > Ioc (row on left side) > Run Workflow
```