Last active
July 29, 2019 20:08
-
-
Save dansup/a1f160fe25e2e4070ce403fc261d8e6d to your computer and use it in GitHub Desktop.
Pixelfed development deployment script
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 /home/forge/pixelfed.social | |
git pull origin dev | |
composer install --no-ansi --no-interaction --no-progress --no-scripts --optimize-autoloader | |
echo "" | sudo -S service php7.2-fpm reload | |
php artisan config:cache | |
php artisan migrate --force | |
php artisan horizon:purge | |
php artisan horizon:terminate |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment