Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
MetaGer
Commits
a0e56f5b
Commit
a0e56f5b
authored
Feb 27, 2019
by
Dominik Hebeler
Browse files
Fixed error in ci
parent
70497ad6
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
a0e56f5b
...
...
@@ -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 produ
c
tion
-
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 produ
c
tion
-
php artisan migrate --force
-
php artisan requests:gather
-
if [ -f ~/MetaGer/artisan ]; then php ~/MetaGer/artisan down;fi
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment