diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9878aa6..fe10540 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -24,6 +24,9 @@ build_frontend: - ssh $DEPLOY_ENV_USER@$DEPLOY_ENV_TARGET "rm -rf /home/$DEPLOY_ENV_USER/serve/*" - ssh $DEPLOY_ENV_USER@$DEPLOY_ENV_TARGET "mkdir -p /home/$DEPLOY_ENV_USER/serve/$CI_COMMIT_REF_NAME" - rsync --progress -av -e ssh /workdir/build/* $DEPLOY_ENV_USER@$DEPLOY_ENV_TARGET:/home/$DEPLOY_ENV_USER/serve/ + environment: + name: deploy + url: https://$DEPLOY_ENV_TARGET build_docker_host: stage: build @@ -37,7 +40,7 @@ build_docker_host: - docker info - docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY script: - - docker build -f Docker/Dockerfile_FE_Host -t registry.gitlab.com/fia72-dev/eva_lernsituation/frontend-serve . + - docker build -f Docker/Dockerfile_FE_Host.dockerfile -t registry.gitlab.com/fia72-dev/eva_lernsituation/frontend-serve . - docker push registry.gitlab.com/fia72-dev/eva_lernsituation/frontend-serve - ls -la Docker/config/restart-host.sh - rsync --progress -av -e ssh Docker/config/restart-host.sh $DEPLOY_ENV_USER@$DEPLOY_ENV_TARGET:/home/$DEPLOY_ENV_USER/restart-host.sh @@ -52,7 +55,7 @@ build_docker_builder: - docker info - docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY script: - - docker build -f Docker/Dockerfile_FE_Builder -t registry.gitlab.com/fia72-dev/eva_lernsituation/frontend-build . + - docker build -f Docker/Dockerfile_FE_Builder.dockerfile -t registry.gitlab.com/fia72-dev/eva_lernsituation/frontend-build . - docker push registry.gitlab.com/fia72-dev/eva_lernsituation/frontend-build when: manual diff --git a/_Dokumente/Ausgearbeitete Dokumente/EVA ERD Umletino.png b/_Dokumente/Ausgearbeitete Dokumente/EVA ERD Umletino.png new file mode 100644 index 0000000..97905a5 Binary files /dev/null and b/_Dokumente/Ausgearbeitete Dokumente/EVA ERD Umletino.png differ diff --git a/_Dokumente/Ausgearbeitete Dokumente/EVA ERD Umletino.uxf b/_Dokumente/Ausgearbeitete Dokumente/EVA ERD Umletino.uxf new file mode 100644 index 0000000..9d068d8 --- /dev/null +++ b/_Dokumente/Ausgearbeitete Dokumente/EVA ERD Umletino.uxf @@ -0,0 +1,47 @@ +10UMLClass530240190Person +<<abstract>> +-- +_Id_ +Name, Vorname +Preisklasse +Geburtsdatum, Geburtsort +PLZ, Ort, Strasse, Hausnummer +Telefon, EMail +Bankname +BLZ +KontoNrUMLClass525010030SchuelerUMLClass14525010050Dozent +-- +StundensatzRelation1842103060lt=<<-10;10;10;40Relation442103060lt=<<-10;10;10;40UMLClass64411120130Kurs +-- +_Id_ +*Name* +*Preis* +Laufzeit +Kuendigungsfrist +BestaetigtUMLClass51432110080Raum +-- +_Nr_ +Name +BelegtUMLClass344411100120Unterricht +-- +_Id_ +Name +Anfangszeit +Endzeit +Relation13429180140m1=1 +m2=0..n60;10;10;120Relation4427190160m1=0..n +m2=1..n10;10;60;140Relation17445119040m1=1..n +m2=1170;10;10;10Relation434391160100m1=1 +m2=1..n130;10;130;70;10;70UMLClass6459012070UnterrichtTyp +<<enum>> +-- +Einzel +GruppeRelation1145315080*Typ*10;60;10;10UMLClass344181100120Instrument +<<enum>> +-- +Klavier +Schlagzeug +Geige +GitarreRelation434241160100m1=1..n +m2=110;10;130;10;130;80Relation23427113040m1=1..n +m2=0..n110;10;10;10 \ No newline at end of file