From c9c1cd710bd9bf802b9033e270dc6a26d01b0bf7 Mon Sep 17 00:00:00 2001 From: Ben Sturmfels Date: Tue, 27 Feb 2024 10:23:18 +1100 Subject: [PATCH] Fix mistaken rename I meant to rename the deploy script, not the deploy directory. --- deploy.sh => bin/deploy.sh | 0 {bin/deploy => deploy}/install.yml | 0 {bin/deploy => deploy}/inventory.ini | 0 {bin/deploy => deploy}/postfix/main.cf | 0 {bin/deploy => deploy}/systemd/README.md | 0 {bin/deploy => deploy}/systemd/conservancy-www-cleanup.service | 0 {bin/deploy => deploy}/systemd/conservancy-www-db.path | 0 {bin/deploy => deploy}/systemd/conservancy-www-db.service | 0 .../deploy => deploy}/systemd/conservancy-www-linkchecker.service | 0 {bin/deploy => deploy}/systemd/conservancy-www-linkchecker.timer | 0 {bin/deploy => deploy}/systemd/conservancy-www-update.service | 0 {bin/deploy => deploy}/systemd/conservancy-www-update.sh | 0 {bin/deploy => deploy}/systemd/conservancy-www-update.timer | 0 13 files changed, 0 insertions(+), 0 deletions(-) rename deploy.sh => bin/deploy.sh (100%) rename {bin/deploy => deploy}/install.yml (100%) rename {bin/deploy => deploy}/inventory.ini (100%) rename {bin/deploy => deploy}/postfix/main.cf (100%) rename {bin/deploy => deploy}/systemd/README.md (100%) rename {bin/deploy => deploy}/systemd/conservancy-www-cleanup.service (100%) rename {bin/deploy => deploy}/systemd/conservancy-www-db.path (100%) rename {bin/deploy => deploy}/systemd/conservancy-www-db.service (100%) rename {bin/deploy => deploy}/systemd/conservancy-www-linkchecker.service (100%) rename {bin/deploy => deploy}/systemd/conservancy-www-linkchecker.timer (100%) rename {bin/deploy => deploy}/systemd/conservancy-www-update.service (100%) rename {bin/deploy => deploy}/systemd/conservancy-www-update.sh (100%) rename {bin/deploy => deploy}/systemd/conservancy-www-update.timer (100%) diff --git a/deploy.sh b/bin/deploy.sh similarity index 100% rename from deploy.sh rename to bin/deploy.sh diff --git a/bin/deploy/install.yml b/deploy/install.yml similarity index 100% rename from bin/deploy/install.yml rename to deploy/install.yml diff --git a/bin/deploy/inventory.ini b/deploy/inventory.ini similarity index 100% rename from bin/deploy/inventory.ini rename to deploy/inventory.ini diff --git a/bin/deploy/postfix/main.cf b/deploy/postfix/main.cf similarity index 100% rename from bin/deploy/postfix/main.cf rename to deploy/postfix/main.cf diff --git a/bin/deploy/systemd/README.md b/deploy/systemd/README.md similarity index 100% rename from bin/deploy/systemd/README.md rename to deploy/systemd/README.md diff --git a/bin/deploy/systemd/conservancy-www-cleanup.service b/deploy/systemd/conservancy-www-cleanup.service similarity index 100% rename from bin/deploy/systemd/conservancy-www-cleanup.service rename to deploy/systemd/conservancy-www-cleanup.service diff --git a/bin/deploy/systemd/conservancy-www-db.path b/deploy/systemd/conservancy-www-db.path similarity index 100% rename from bin/deploy/systemd/conservancy-www-db.path rename to deploy/systemd/conservancy-www-db.path diff --git a/bin/deploy/systemd/conservancy-www-db.service b/deploy/systemd/conservancy-www-db.service similarity index 100% rename from bin/deploy/systemd/conservancy-www-db.service rename to deploy/systemd/conservancy-www-db.service diff --git a/bin/deploy/systemd/conservancy-www-linkchecker.service b/deploy/systemd/conservancy-www-linkchecker.service similarity index 100% rename from bin/deploy/systemd/conservancy-www-linkchecker.service rename to deploy/systemd/conservancy-www-linkchecker.service diff --git a/bin/deploy/systemd/conservancy-www-linkchecker.timer b/deploy/systemd/conservancy-www-linkchecker.timer similarity index 100% rename from bin/deploy/systemd/conservancy-www-linkchecker.timer rename to deploy/systemd/conservancy-www-linkchecker.timer diff --git a/bin/deploy/systemd/conservancy-www-update.service b/deploy/systemd/conservancy-www-update.service similarity index 100% rename from bin/deploy/systemd/conservancy-www-update.service rename to deploy/systemd/conservancy-www-update.service diff --git a/bin/deploy/systemd/conservancy-www-update.sh b/deploy/systemd/conservancy-www-update.sh similarity index 100% rename from bin/deploy/systemd/conservancy-www-update.sh rename to deploy/systemd/conservancy-www-update.sh diff --git a/bin/deploy/systemd/conservancy-www-update.timer b/deploy/systemd/conservancy-www-update.timer similarity index 100% rename from bin/deploy/systemd/conservancy-www-update.timer rename to deploy/systemd/conservancy-www-update.timer