From 3a96face4cacbca679cace84c4d98e208a9bda8d Mon Sep 17 00:00:00 2001 From: Paul Wilde Date: Mon, 24 Oct 2022 16:26:16 +0100 Subject: [PATCH] new build scripts --- create-pod.sh => 00-create-pod.sh | 0 create-db.sh => 10-create-db.sh | 0 build-pleroma.sh => 20-build-pleroma.sh | 0 run-pleroma.sh => 90-run-pleroma.sh | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename create-pod.sh => 00-create-pod.sh (100%) rename create-db.sh => 10-create-db.sh (100%) rename build-pleroma.sh => 20-build-pleroma.sh (100%) rename run-pleroma.sh => 90-run-pleroma.sh (100%) diff --git a/create-pod.sh b/00-create-pod.sh similarity index 100% rename from create-pod.sh rename to 00-create-pod.sh diff --git a/create-db.sh b/10-create-db.sh similarity index 100% rename from create-db.sh rename to 10-create-db.sh diff --git a/build-pleroma.sh b/20-build-pleroma.sh similarity index 100% rename from build-pleroma.sh rename to 20-build-pleroma.sh diff --git a/run-pleroma.sh b/90-run-pleroma.sh similarity index 100% rename from run-pleroma.sh rename to 90-run-pleroma.sh