From a6999c9609fafa8055f08cc860e6310110a46091 Mon Sep 17 00:00:00 2001 From: Jonny Barnes Date: Thu, 18 May 2017 15:42:06 +0100 Subject: [PATCH] Need to use sudo for composer self-update --- deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.sh b/deploy.sh index c16a2e4e..bf25d95d 100755 --- a/deploy.sh +++ b/deploy.sh @@ -4,7 +4,7 @@ echo "Putting the Laravel app in maintenance mode" php artisan down echo "Updating composer and dependencies" -composer self-update +sudo composer self-update composer install echo "Caching Laravel route and config files"