Need to use sudo for composer self-update
This commit is contained in:
parent
72e0f69ba0
commit
a6999c9609
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ echo "Putting the Laravel app in maintenance mode"
|
||||||
php artisan down
|
php artisan down
|
||||||
|
|
||||||
echo "Updating composer and dependencies"
|
echo "Updating composer and dependencies"
|
||||||
composer self-update
|
sudo composer self-update
|
||||||
composer install
|
composer install
|
||||||
|
|
||||||
echo "Caching Laravel route and config files"
|
echo "Caching Laravel route and config files"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue