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

Update .gitlab-ci.yml

parent ae451600
No related branches found
No related tags found
1 merge request!1365Resolve "Filter Options for MetaGer"
...@@ -27,7 +27,7 @@ update(144.76.113.134): ...@@ -27,7 +27,7 @@ update(144.76.113.134):
- chmod 777 config/sumas.xml config/sumasEn.xml database/metager.sqlite - chmod 777 config/sumas.xml config/sumasEn.xml database/metager.sqlite
- chmod -R 777 storage - chmod -R 777 storage
- chmod -R 777 bootstrap/cache - chmod -R 777 bootstrap/cache
-if [ -f ~/MetaGer/artisan ]; then php ~/MetaGer/artisan down;fi - if [ -f ~/MetaGer/artisan ]; then php ~/MetaGer/artisan down;fi
- cd ~/ - cd ~/
- rm -rf MetaGer - rm -rf MetaGer
- mv MetaGer_neu MetaGer - mv MetaGer_neu MetaGer
...@@ -64,7 +64,7 @@ update(metager3.de): ...@@ -64,7 +64,7 @@ update(metager3.de):
- chmod 777 config/sumas.xml config/sumasEn.xml database/metager.sqlite - chmod 777 config/sumas.xml config/sumasEn.xml database/metager.sqlite
- chmod -R 777 storage - chmod -R 777 storage
- chmod -R 777 bootstrap/cache - chmod -R 777 bootstrap/cache
-if [ -f ~/MetaGer/artisan ]; then php ~/MetaGer/artisan down;fi - if [ -f ~/MetaGer/artisan ]; then php ~/MetaGer/artisan down;fi
- cd ~/ - cd ~/
- rm -rf MetaGer - rm -rf MetaGer
- mv MetaGer_neu MetaGer - mv MetaGer_neu MetaGer
......
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