From 68c918144b1fc0bad5727d05176be1ab406284de Mon Sep 17 00:00:00 2001 From: Aditya Hase Date: Thu, 13 Jun 2024 16:24:46 +0530 Subject: [PATCH] chore: Move press deployment related files to it's own directory --- common_site_config.json => deployment/common_site_config.json | 0 nginx.conf => deployment/nginx.conf | 0 supervisor.conf => deployment/supervisor.conf | 0 supervisord.conf => deployment/supervisord.conf | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename common_site_config.json => deployment/common_site_config.json (100%) rename nginx.conf => deployment/nginx.conf (100%) rename supervisor.conf => deployment/supervisor.conf (100%) rename supervisord.conf => deployment/supervisord.conf (100%) diff --git a/common_site_config.json b/deployment/common_site_config.json similarity index 100% rename from common_site_config.json rename to deployment/common_site_config.json diff --git a/nginx.conf b/deployment/nginx.conf similarity index 100% rename from nginx.conf rename to deployment/nginx.conf diff --git a/supervisor.conf b/deployment/supervisor.conf similarity index 100% rename from supervisor.conf rename to deployment/supervisor.conf diff --git a/supervisord.conf b/deployment/supervisord.conf similarity index 100% rename from supervisord.conf rename to deployment/supervisord.conf