From 2e268923d00022aa8bee5b6b69cf3f313540190f Mon Sep 17 00:00:00 2001 From: Rahmat Nazali Salimi Date: Tue, 30 Jan 2024 08:40:25 +0700 Subject: [PATCH] Rename `deployments` folder to `configurations` (#7) --- {deployments => configurations}/.gitkeep | 0 readme.md | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename {deployments => configurations}/.gitkeep (100%) diff --git a/deployments/.gitkeep b/configurations/.gitkeep similarity index 100% rename from deployments/.gitkeep rename to configurations/.gitkeep diff --git a/readme.md b/readme.md index 60bd78b..14578a0 100644 --- a/readme.md +++ b/readme.md @@ -4,7 +4,7 @@ Starter template for CodeIgniter 4.4.5 on Ubuntu 20.04 LTS ## Folder Structure -- `deployments`: various deployments configuration (e.g. kubernetes config for both staging and production) +- `configurations`: various development/deployment configurations (e.g. docker/kubernetes config for dev, staging, and production) - `documents`: all files that not directly related to the code and will not be included inside source image (e.g. requirements, notes, diagram) - `source`: root folder for the CI4 project