diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6cc9131..f89ba16 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -25,6 +25,6 @@ build-job: # This job runs in the build stage, which runs first. script: - column=":" - echo "$CI_COMMIT_MESSAGE" - - curl -X POST https://kestra.sectorq.eu/api/v1/executions/webhook/jaydee/ansible-all/f851511c32ca9450 -d '{"tag":["setup","common"],"target":["m-server.home.lan"]}' -H "Content-Type${column} application/json" + - curl -X POST https://kestra.sectorq.eu/api/v1/executions/webhook/jaydee/ansible-all/f851511c32ca9450 -d '{"tag":["setup","omv_backup"],"target":["servers"]}' -H "Content-Type${column} application/json" rules: - if: '$CI_COMMIT_MESSAGE =~ /build/'