deploy: don't output config-local.php to standard output

This commit is contained in:
Evgeny Zinoviev 2022-07-09 19:57:38 +03:00
parent 437aef50db
commit 4c36b7cbb1

View File

@ -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