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

Fixed error in ci

parent 70497ad6
No related branches found
No related tags found
1 merge request!1376Fixed error in ci
......@@ -29,7 +29,7 @@ update(144.76.113.134):
- chmod -R 777 storage
- chmod -R 777 bootstrap/cache
- npm install
- npm run prodution
- npm run production
- php artisan migrate --force
- php artisan requests:gather
- if [ -f ~/MetaGer/artisan ]; then php ~/MetaGer/artisan down;fi
......@@ -70,7 +70,7 @@ update(metager2):
- chmod -R 777 storage
- chmod -R 777 bootstrap/cache
- npm install
- npm run prodution
- npm run production
- php artisan migrate --force
- php artisan requests:gather
- if [ -f ~/MetaGer/artisan ]; then php ~/MetaGer/artisan down;fi
......
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