From d8ef3abb7c62ed6854d3686db6640b762ca1a849 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Bauer?= Date: Tue, 25 Oct 2016 12:38:25 +0200 Subject: [PATCH] pkgr changes --- .pkgr.yml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/.pkgr.yml b/.pkgr.yml index 84eaa3972..3601e9778 100644 --- a/.pkgr.yml +++ b/.pkgr.yml @@ -1,3 +1,5 @@ +notifications: false + targets: centos-6: dependencies: @@ -19,12 +21,6 @@ targets: dependencies: - nginx - 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: - uname -a - ruby -v @@ -42,4 +38,5 @@ env: services: - postgres -notifications: false +after_install: + - zammad scale web=1 websocket=1 worker=1