pkgr changes
This commit is contained in:
parent
f99d8b10ee
commit
f273634cb3
1 changed files with 6 additions and 1 deletions
|
@ -13,7 +13,7 @@ targets:
|
||||||
- postgresql
|
- postgresql
|
||||||
- postgresql-server
|
- postgresql-server
|
||||||
- postgresql-devel
|
- postgresql-devel
|
||||||
debian-7:
|
debian-8:
|
||||||
dependencies:
|
dependencies:
|
||||||
- nginx
|
- nginx
|
||||||
- postgresql
|
- postgresql
|
||||||
|
@ -21,6 +21,7 @@ targets:
|
||||||
dependencies:
|
dependencies:
|
||||||
- nginx
|
- nginx
|
||||||
- postgresql
|
- postgresql
|
||||||
|
|
||||||
before:
|
before:
|
||||||
- uname -a
|
- uname -a
|
||||||
- ruby -v
|
- ruby -v
|
||||||
|
@ -37,3 +38,7 @@ env:
|
||||||
|
|
||||||
services:
|
services:
|
||||||
- postgres
|
- postgres
|
||||||
|
|
||||||
|
after:
|
||||||
|
- zammad scale web=1 websocket=1 worker=1
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue