-
Dominik Hebeler authored
This reverts commit c62d85c9
Dominik Hebeler authoredThis reverts commit c62d85c9
.gitlab-ci.yml 352 B
update:
only:
- tags
- triggers
before_script:
# Abhängigkeiten überprüfen
- which virtualbox
- which vagrant
- which composer
- which git
- which php
script:
# Pfad zum neu geklonten Repo
- path=`pwd`
- cd ~/
- $path/deploy/checkServerStatus.sh "$path"
- cd ~/MetaGer
- git pull "$path"