Merge pull request #517 from TeDomum/dev

Run pixelfed update tasks upon startup
pull/522/head
daniel 7 years ago committed by GitHub
commit 77b2e6d3e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -8,6 +8,9 @@ php artisan storage:link
# Migrate database if the app was upgraded
php artisan migrate --force
# Run other specific migratins if required
php artisan update
# Run a worker if it is set as embedded
if [ $HORIZON_EMBED = true ]; then
php artisan horizon &

Loading…
Cancel
Save