pkgr changes

This commit is contained in:
André Bauer 2016-10-25 15:14:58 +02:00
parent af5882b421
commit 86df83ed33

View file

@ -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"