Skip to content
Snippets Groups Projects
Commit efcde1f2 authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

removed migration an seeding from ci

parent c5438c9c
No related branches found
No related tags found
1 merge request!1468Development
...@@ -27,8 +27,6 @@ chmod -R 777 storage ...@@ -27,8 +27,6 @@ chmod -R 777 storage
chmod -R 777 bootstrap/cache chmod -R 777 bootstrap/cache
npm install npm install
npm run production npm run production
php artisan migrate --force
php artisan db:seed --force
php artisan requests:gather php artisan requests:gather
if [ -f ~/MetaGer/artisan ]; then php ~/MetaGer/artisan down;fi if [ -f ~/MetaGer/artisan ]; then php ~/MetaGer/artisan down;fi
cd ~/ cd ~/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment