Skip to content

Instantly share code, notes, and snippets.

@dansup
Last active July 29, 2019 20:08
Embed
What would you like to do?
Pixelfed development deployment script
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