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

Jetzt sollte es aber gehen

parent 9af21af7
No related branches found
No related tags found
1 merge request!3Master
......@@ -9,11 +9,8 @@ update:
# Pfad zum neu geklonten Repo
- path=`pwd`
# Klone das Repo neu, falls es noch nicht existiert
- if [ ! -d ~/MetaGer ] ; then git clone "$path" ; fi
- if [ ! -d ~/MetaGer ] ; then git clone "$path" ; cd ~/MetaGer ; composer update ; chmod -R 777 storage/ bootstrap/cache ; fi
# Falls notwendig Laravel-Framework initialisieren:
- cd ~/MetaGer
- composer update
- tmp=$(chmod -R 777 storage/ bootstrap/cache)
- if [ ! -f .env ] ; then cp .env.example .env ; fi
- if [ $(grep "SomeRandomString" .env) ] ; then php artisan key:generate ; fi
# Falls notwendig Homestead Server intialisieren:
......
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