From 7e0d0ac929b312bb7d9fe96bd3f46496bba7e9b0 Mon Sep 17 00:00:00 2001 From: Chris Smith Date: Thu, 20 Feb 2025 13:43:57 +0100 Subject: [PATCH] adding a shared config --- deploy.php | 1 + 1 file changed, 1 insertion(+) diff --git a/deploy.php b/deploy.php index 7e9ae08..7559d8d 100644 --- a/deploy.php +++ b/deploy.php @@ -8,6 +8,7 @@ set('repository', 'git@github.com:cgsmith/calorie.git'); add('shared_files', [ //'yii', + 'console/config/params-local.php', 'common/config/main-local.php', 'common/config/params-local.php', 'frontend/config/main-local.php',