Skip to content
Snippets Groups Projects
.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"