.pkgr.yml 356 B

1234567891011121314151617181920212223
  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_precompile:
  10. - cp config/database.yml.unittest config/database.yml
  11. after_precompile:
  12. - rm -f config/database.yml
  13. env:
  14. - RAILS_ENV=production
  15. - RAILS_GROUPS=assets
  16. notifications: false