deploy: don't output config-local.php to standard output
This commit is contained in:
parent
437aef50db
commit
4c36b7cbb1
@ -28,7 +28,7 @@ composer8.1 install --no-dev --optimize-autoloader --ignore-platform-reqs
|
|||||||
$PHP prepare_static.php
|
$PHP prepare_static.php
|
||||||
|
|
||||||
cp "$DEV_DIR/config-local.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
|
popd
|
||||||
|
|
||||||
# copy staging to prod
|
# copy staging to prod
|
||||||
|
Loading…
x
Reference in New Issue
Block a user