pkgr changes
This commit is contained in:
parent
2cb8f73e71
commit
d8ef3abb7c
1 changed files with 4 additions and 7 deletions
11
.pkgr.yml
11
.pkgr.yml
|
@ -1,3 +1,5 @@
|
||||||
|
notifications: false
|
||||||
|
|
||||||
targets:
|
targets:
|
||||||
centos-6:
|
centos-6:
|
||||||
dependencies:
|
dependencies:
|
||||||
|
@ -19,12 +21,6 @@ targets:
|
||||||
dependencies:
|
dependencies:
|
||||||
- nginx
|
- nginx
|
||||||
- postgresql
|
- postgresql
|
||||||
after_install:
|
|
||||||
- zammad scale web=1 websocket=1 worker=1
|
|
||||||
- systemctl restart zammad
|
|
||||||
- /opt/zammad/contrib/nginx/sites-available/zammad.conf /etc/nginx/sites-available/zammad.conf
|
|
||||||
- ln -s /etc/nginx/sites-available/zammad.conf /etc/nginx/sites-enabled/zammad.conf
|
|
||||||
- sytemctl restart nginx
|
|
||||||
before:
|
before:
|
||||||
- uname -a
|
- uname -a
|
||||||
- ruby -v
|
- ruby -v
|
||||||
|
@ -42,4 +38,5 @@ env:
|
||||||
services:
|
services:
|
||||||
- postgres
|
- postgres
|
||||||
|
|
||||||
notifications: false
|
after_install:
|
||||||
|
- zammad scale web=1 websocket=1 worker=1
|
||||||
|
|
Loading…
Reference in a new issue