update schema on startup
This commit is contained in:
parent
1eff29a23f
commit
d2e8c85f4c
|
@ -89,6 +89,8 @@ else
|
|||
-i.bak $DST_DIR/config.php
|
||||
fi
|
||||
|
||||
cd $DST_DIR && sudo -u app php ./update.php --update-schema force-yes
|
||||
|
||||
touch $DST_DIR/.app_is_ready
|
||||
|
||||
sudo -u app /usr/sbin/php-fpm7 -F
|
||||
|
|
Loading…
Reference in New Issue