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

update [skip ci]

parent 8c0142fa
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 token="$SETUP_HOSTS_TRIGGER_TOKEN" \
--form ref=main \
--form variables[TAGS]='users,root' \
"$SETUP_HOSTS_TRIGGER_URL"
only:
changes:
- "root_keys"
...
......@@ -18,4 +18,3 @@ ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBZ1Jlgb4JWmXfE24VOBC8zzPmIzFwmj/cgQPZhi585o
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHHAVWYlJ0d+HPThclrtlxfsGvpgXnOn97+n6IzHnBpa bpt22@inf.ufpr.br
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKTiX+yDJc2Gsp8b21s5foeFddu+kBiclOWFFxX5L91c tss24@inf.ufpr.br
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHXWnGLTurIbq8U/RxEhCAWBJXdwiLhAcjK6QIti393a godp21@inf.ufpr.br
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHHAVWYlJ0d+HPThclrtlxfsGvpgXnOn97+n6IzHnBpa bpt22@inf.ufpr.br
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment