From bc6490d4f37ba09855afec492e501a47ad5ef0bb Mon Sep 17 00:00:00 2001 From: bpt <bernardo.p.tomasi@gmail.com> Date: Mon, 4 Nov 2024 18:46:50 -0300 Subject: [PATCH] update [skip ci] --- .gitlab-ci.yml | 34 ---------------------------------- root_keys | 1 - 2 files changed, 35 deletions(-) delete mode 100644 .gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml deleted file mode 100644 index bd75f5b..0000000 --- a/.gitlab-ci.yml +++ /dev/null @@ -1,34 +0,0 @@ ---- - -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" - -... diff --git a/root_keys b/root_keys index 891e788..d105c36 100644 --- a/root_keys +++ b/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 -- GitLab