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
29ca3d0d
Commit
29ca3d0d
authored
May 30, 2017
by
Dominik Hebeler
Browse files
Update .gitlab-ci.yml
parent
336d9a5e
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
29ca3d0d
...
...
@@ -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
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