change envoy

This commit is contained in:
Romulus21
2021-01-01 22:00:34 +01:00
parent 6cdad32eb3
commit 19674a8a12
2 changed files with 4 additions and 4 deletions

View File

@@ -58,7 +58,7 @@
git pull origin {{ $config->prod_branch }}
composer install --no-dev
npm install --only=dependencies
npm run production
npm run production --only=dependencies
php artisan migrate --force
php artisan optimize
php artisan up