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

Merge branch 'development' into 'master'

Update .gitlab-ci.yml



See merge request !106
parents a15a3cd0 a75bfa00
No related branches found
No related tags found
2 merge requests!117Bugfix,!106Update .gitlab-ci.yml
...@@ -28,6 +28,7 @@ update(144.76.113.134): ...@@ -28,6 +28,7 @@ update(144.76.113.134):
- chmod 777 config/sumas.xml config/sumasEn.xml - chmod 777 config/sumas.xml config/sumasEn.xml
- chmod -R 777 storage - chmod -R 777 storage
- chmod -R 777 bootstrap/cache - chmod -R 777 bootstrap/cache
- php artisan migrate
- cd ~/ - cd ~/
- rm -rf MetaGer - rm -rf MetaGer
- mv MetaGer_neu MetaGer - mv MetaGer_neu MetaGer
...@@ -62,6 +63,7 @@ update(metager3.de): ...@@ -62,6 +63,7 @@ update(metager3.de):
- chmod 777 config/sumas.xml config/sumasEn.xml - chmod 777 config/sumas.xml config/sumasEn.xml
- chmod -R 777 storage - chmod -R 777 storage
- chmod -R 777 bootstrap/cache - chmod -R 777 bootstrap/cache
- php artisan migrate
- cd ~/ - cd ~/
- rm -rf MetaGer - rm -rf MetaGer
- mv MetaGer_neu MetaGer - mv MetaGer_neu MetaGer
\ No newline at end of file
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