From a0e56f5b64cd1e1b4eec2bcc41080401fa9ded4b Mon Sep 17 00:00:00 2001 From: Dominik Hebeler <dominik@suma-ev.de> Date: Wed, 27 Feb 2019 08:03:05 +0100 Subject: [PATCH] Fixed error in ci --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0ea239a22..5d8d163d3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 -- GitLab