From 57e6127a7a92a4234cd77fc304f3635bebad319b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20=E2=80=9CNiols=E2=80=9D=20Jeannerod?= Date: Fri, 21 Feb 2025 11:16:05 +0100 Subject: [PATCH] Move `provision.sh` and `remove.sh` to `infra/` --- deployment/proxmox/provision.sh => infra/proxmox-provision.sh | 0 deployment/proxmox/remove.sh => infra/proxmox-remove.sh | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename deployment/proxmox/provision.sh => infra/proxmox-provision.sh (100%) rename deployment/proxmox/remove.sh => infra/proxmox-remove.sh (100%) diff --git a/deployment/proxmox/provision.sh b/infra/proxmox-provision.sh similarity index 100% rename from deployment/proxmox/provision.sh rename to infra/proxmox-provision.sh diff --git a/deployment/proxmox/remove.sh b/infra/proxmox-remove.sh similarity index 100% rename from deployment/proxmox/remove.sh rename to infra/proxmox-remove.sh