From 86df83ed33621dbb190455723b4b544c187043cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Bauer?= Date: Tue, 25 Oct 2016 15:14:58 +0200 Subject: [PATCH] pkgr changes --- .pkgr.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.pkgr.yml b/.pkgr.yml index 0d7281337..ec9e89273 100644 --- a/.pkgr.yml +++ b/.pkgr.yml @@ -1,5 +1,4 @@ notifications: false - targets: centos-6: dependencies: @@ -21,7 +20,6 @@ targets: dependencies: - nginx - postgresql - before: - uname -a - ruby -v @@ -30,15 +28,11 @@ before: - echo "gem 'mysql2'" >> Gemfile.local - "cat Gemfile.lock" - contrib/cleanup.sh - env: - RAILS_ENV=production - PORT=3000 - RAILS_SERVE_STATIC_FILES=true - services: - postgres - after_install: - "/usr/bin/zammad scale web=1 websocket=1 worker=1" -