Created
February 14, 2019 04:07
-
-
Save marina-mosti/2d7a48cf72776ac98adf604171576a8b to your computer and use it in GitHub Desktop.
Laravel Vue deploy sample
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cd /var/www/html | |
git checkout -- . | |
git pull origin master | |
composer install --no-interaction --prefer-dist --optimize-autoloader | |
php artisan config:cache | |
cd /var/www/html/frontend | |
npm install | |
npm run build |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment