From 0aca69ef6626cce845ae42b7c2fc833ff052c90e Mon Sep 17 00:00:00 2001 From: Dominik Hebeler <dominik@suma-ev.de> Date: Fri, 30 Aug 2019 07:50:40 +0000 Subject: [PATCH] Delete .gitlab-ci.yml.bak --- .gitlab-ci.yml.bak | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 .gitlab-ci.yml.bak diff --git a/.gitlab-ci.yml.bak b/.gitlab-ci.yml.bak deleted file mode 100644 index 4f03838..0000000 --- a/.gitlab-ci.yml.bak +++ /dev/null @@ -1,29 +0,0 @@ -# This file is a template, and might need editing before it works on your project. -# Full project: https://gitlab.com/pages/plain-html -update(proxy.suma-ev.de): - tags: - - proxy.suma-ev.de - only: - - master@open-source/Proxy - before_script: - # Abhängigkeiten überprüfen - - which composer - - which git - - which php - script: - - if [ -d ~/.Proxy ]; then rm -rf ~/.Proxy;fi - - mkdir ~/.Proxy - - cp -r * ~/.Proxy - - cd ~/.Proxy - - composer install - - npm install - - npm run production - - cp ~/.env . - - touch storage/logs/laravel.log - - chmod -R 777 storage - - chmod -R 777 bootstrap/cache - - if [ -f ~/Proxy/artisan ]; then php ~/Proxy/artisan down;fi - - cd ~/ - - while [ -d ~/Proxy ]; do rm -rf ~/Proxy;done - - mv .Proxy Proxy - - if [ -f ~/Proxy/artisan ]; then php ~/Proxy/artisan up;fi -- GitLab