Correct directory for migrations execution
This commit is contained in:
parent
b852cb6033
commit
15fc29ec2e
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
echo -e "\033[36;01m+ Executing migrations\033[0m"
|
echo -e "\033[36;01m+ Executing migrations\033[0m"
|
||||||
|
|
||||||
/var/www/bin/console doctrine:migrations:migrate --no-interaction
|
/var/www/cgk-streaming-roster/bin/console doctrine:migrations:migrate --no-interaction
|
||||||
if [ $? -ne 0 ]; then
|
if [ $? -ne 0 ]; then
|
||||||
echo -e "\033[0;31mAn error occurred when executing migrations.\033[0m"
|
echo -e "\033[0;31mAn error occurred when executing migrations.\033[0m"
|
||||||
fi
|
fi
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user