Replies: 1 comment 4 replies
-
With the current implementation, you could already build something based on GitHub Action and Semaphore API:
GitLab etc. should also be possible in similar fashion. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone,
first, thank you @fiftin and others for creating this amazing piece of software.
The documentation is a bit sparse around best practises (at least I didn't find anything). So currently I have a big git repo with all playbooks and roles. I would like to automatically run a task whenever the correspondant role or playbook changed.
If I just use the internal cron check, it just checks for commits in the big git repo and runs if there was actually a change related to the playbook or another one.
Ideally I would like to:
I was thinking about a git posthook script to detect the change and trigger the task run via api.
Alternativly split the big repo in a lot of small repos and use the internal cron check for every task.
Thank you for advice
Beta Was this translation helpful? Give feedback.
All reactions