Skip to content
Snippets Groups Projects
Commit 90faa258 authored by bpt's avatar bpt
Browse files

update [skip ci]

parent fd2aab58
No related branches found
No related tags found
No related merge requests found
---
stages:
- run
default:
tags:
- default-env
#
# The `root-keys-job` triggers the setup-hosts pipeline whenever the
# `root_keys` file changes. This setup ensures that updates to the SSH
# keys in the `root_keys` file are consistently applied across all
# machines, allowing for effective management of SSH connection
# permissions.
#
root-keys-job:
stage : run
script:
- |
curl --request POST \
--form ref=main \
--form variables[TAGS]='users,root' \
"$SETUP_HOSTS_TRIGGER_URL"
only:
changes:
- "root_keys"
...
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment