Link storage

This commit is contained in:
asonix 2020-01-16 00:49:48 -06:00
parent a5db332ce4
commit e36e0eb3d6
2 changed files with 2 additions and 0 deletions

View file

@ -1,4 +1,5 @@
#!/usr/bin/env bash
pixelfed 'php artisan config:cache'
pixelfed 'php artisan storage:link'
pixelfed 'php artisan horizon'

View file

@ -7,6 +7,7 @@ a2enconf servername
pixelfed 'rsync -rog storage-default/* storage/'
pixelfed 'php artisan config:cache'
pixelfed 'php artisan storage:link'
pixelfed 'php artisan horizon:install'
pixelfed 'php artisan horizon:assets'
pixelfed 'php artisan route:cache'