Skip to content

Instantly share code, notes, and snippets.

@dansup
Last active July 29, 2019 20:08
Show Gist options
  • Select an option

  • Save dansup/a1f160fe25e2e4070ce403fc261d8e6d to your computer and use it in GitHub Desktop.

Select an option

Save dansup/a1f160fe25e2e4070ce403fc261d8e6d to your computer and use it in GitHub Desktop.

Revisions

  1. dansup revised this gist Oct 15, 2018. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions deploy.sh
    Original file line number Diff line number Diff line change
    @@ -1,8 +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
    php artisan horizon:purge
    php artisan horizon:terminate
  2. dansup created this gist Jul 24, 2018.
    8 changes: 8 additions & 0 deletions deploy.sh
    Original 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