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 notifications: false
targets: targets:
centos-6: centos-6:
dependencies: dependencies:
@ -21,7 +20,6 @@ targets:
dependencies: dependencies:
- nginx - nginx
- postgresql - postgresql
before: before:
- uname -a - uname -a
- ruby -v - ruby -v
@ -30,15 +28,11 @@ before:
- echo "gem 'mysql2'" >> Gemfile.local - echo "gem 'mysql2'" >> Gemfile.local
- "cat Gemfile.lock" - "cat Gemfile.lock"
- contrib/cleanup.sh - contrib/cleanup.sh
env: env:
- RAILS_ENV=production - RAILS_ENV=production
- PORT=3000 - PORT=3000
- RAILS_SERVE_STATIC_FILES=true - RAILS_SERVE_STATIC_FILES=true
services: services:
- postgres - postgres
after_install: after_install:
- "/usr/bin/zammad scale web=1 websocket=1 worker=1" - "/usr/bin/zammad scale web=1 websocket=1 worker=1"