Run pixelfed update tasks upon startup

pull/517/head
kaiyou 2018-10-18 08:26:32 +02:00
rodzic 7263363028
commit 37713f33d0
1 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -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 &