Files
craft/bin/release.sh
Tommy Parnell c6cf1ba03f init
2021-07-08 17:02:36 -04:00

7 lines
180 B
Bash

if php craft install/check
then
php craft migrate/all --interactive=0
php craft project-config/apply --interactive=0
php craft cache/flush-schema db --interactive=0
fi