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-server
|
||||
- postgresql-devel
|
||||
debian-7:
|
||||
debian-8:
|
||||
dependencies:
|
||||
- nginx
|
||||
- postgresql
|
||||
|
@ -21,6 +21,7 @@ targets:
|
|||
dependencies:
|
||||
- nginx
|
||||
- postgresql
|
||||
|
||||
before:
|
||||
- uname -a
|
||||
- ruby -v
|
||||
|
@ -37,3 +38,7 @@ env:
|
|||
|
||||
services:
|
||||
- postgres
|
||||
|
||||
after:
|
||||
- zammad scale web=1 websocket=1 worker=1
|
||||
|
||||
|
|
Loading…
Reference in a new issue