Skip to content
GitLab
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
70bbe9a3
Commit
70bbe9a3
authored
May 30, 2017
by
Dominik Hebeler
Browse files
Update .gitlab-ci.yml
parent
8046119d
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
70bbe9a3
...
...
@@ -27,6 +27,7 @@ update(144.76.113.134):
-
chmod 777 config/sumas.xml config/sumasEn.xml database/metager.sqlite
-
chmod -R 777 storage
-
chmod -R 777 bootstrap/cache
-
npm install
-
./gulpbuild.sh
-
if [ -f ~/MetaGer/artisan ]; then php ~/MetaGer/artisan down;fi
-
cd ~/
...
...
@@ -65,6 +66,7 @@ update(metager2):
-
chmod 777 config/sumas.xml config/sumasEn.xml database/metager.sqlite
-
chmod -R 777 storage
-
chmod -R 777 bootstrap/cache
-
npm install
-
./gulpbuild.sh
-
if [ -f ~/MetaGer/artisan ]; then php ~/MetaGer/artisan down;fi
-
cd ~/
...
...
@@ -103,6 +105,7 @@ update(metager3.de):
-
chmod 777 config/sumas.xml config/sumasEn.xml database/metager.sqlite
-
chmod -R 777 storage
-
chmod -R 777 bootstrap/cache
-
npm install
-
./gulpbuild.sh
-
if [ -f ~/MetaGer/artisan ]; then php ~/MetaGer/artisan down;fi
-
cd ~/
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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