Last active
July 29, 2019 20:08
-
-
Save dansup/a1f160fe25e2e4070ce403fc261d8e6d to your computer and use it in GitHub Desktop.
Revisions
-
dansup revised this gist
Oct 15, 2018 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,8 +1,8 @@ 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 -
dansup created this gist
Jul 24, 2018 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,8 @@ cd /home/forge/pixelfed.social php artisan down 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 up