From 5ba9e8cc851f5449ae980997a96ba16deb8fe2d5 Mon Sep 17 00:00:00 2001 From: thisfro Date: Mon, 17 Jan 2022 17:11:58 +0100 Subject: [PATCH] Install only prod packages --- deploy.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.php b/deploy.php index 6694aa2..4daea11 100644 --- a/deploy.php +++ b/deploy.php @@ -28,7 +28,7 @@ add('shared_dirs', ['public/uploads']); add('writable_dirs', []); // Set composer options -set('composer_options', '{{composer_action}} --verbose --prefer-dist --no-progress --no-interaction --optimize-autoloader --no-scripts'); +set('composer_options', '{{composer_action}} --verbose --prefer-dist --no-progress --no-interaction --optimize-autoloader --no-scripts --no-dev'); // Hosts host('beta.xn--pflnz-ira.li')