From 4c36b7cbb1cd765ea8febe076dd65ac205f69569 Mon Sep 17 00:00:00 2001 From: Evgeny Zinoviev Date: Sat, 9 Jul 2022 19:57:38 +0300 Subject: deploy: don't output config-local.php to standard output --- deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.sh b/deploy.sh index 1bd65a7..e30c423 100755 --- a/deploy.sh +++ b/deploy.sh @@ -28,7 +28,7 @@ composer8.1 install --no-dev --optimize-autoloader --ignore-platform-reqs $PHP prepare_static.php cp "$DEV_DIR/config-local.php" . -cat config-local.php | grep -v is_dev | tee config-local.php +cat config-local.php | grep -v is_dev | tee config-local.php >/dev/null popd # copy staging to prod -- cgit v1.2.3