Skip to content

Instantly share code, notes, and snippets.

@dansup
Last active July 29, 2019 20:08
Show Gist options
  • Star 5 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dansup/a1f160fe25e2e4070ce403fc261d8e6d to your computer and use it in GitHub Desktop.
Save dansup/a1f160fe25e2e4070ce403fc261d8e6d to your computer and use it in GitHub Desktop.
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