Last active
May 25, 2023 21:31
-
-
Save jon3laze/3eacfe07ab8e7817b37b4c76a4be9435 to your computer and use it in GitHub Desktop.
Procedure for pushing laravel project to prod
This file contains hidden or 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
| php artisan down | |
| git pull | |
| composer install | |
| php artisan migrate | |
| sudo service php8.1-fpm reload | |
| php artisan optimize:clear | |
| php artisan up |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
sudo visudoand add{user} ALL=NOPASSWD: /usr/sbin/service php8.1-fpm reload