.pkgr.yml 305 B

123456789101112131415161718192021
  1. targets:
  2. centos-6:
  3. dependencies:
  4. - httpd
  5. - mysql-server
  6. user: "zammad"
  7. group: "zammad"
  8. after_install: packaging/hooks/postinstall.sh
  9. before:
  10. - cp config/database.yml.pkgr config/database.yml
  11. - uname -a
  12. env:
  13. - RAILS_ENV=production
  14. - RAILS_GROUPS=assets
  15. notifications: false