From e326ef3b3fd713453360268d4945ab5b1ae305a9 Mon Sep 17 00:00:00 2001 From: Benjamin Labrecque Date: Tue, 25 Aug 2026 15:33:04 +0200 Subject: [PATCH] docs: ioc user --- docs/developer/ioc/ioc.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/docs/developer/ioc/ioc.md b/docs/developer/ioc/ioc.md index 2bcea75..724997c 100644 --- a/docs/developer/ioc/ioc.md +++ b/docs/developer/ioc/ioc.md @@ -108,10 +108,13 @@ The scripts operate on the deployed IOC files in `/sls/bd/hla//services//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 ```