trabajo-afectivo/.pkgr.yml

24 lines
356 B
YAML
Raw Normal View History

2015-12-03 09:03:08 +00:00
targets:
2015-12-03 09:24:22 +00:00
centos-6:
2015-12-03 09:03:08 +00:00
dependencies:
- httpd
2015-12-03 09:27:58 +00:00
- mysql-server
2015-12-03 09:03:08 +00:00
user: "zammad"
group: "zammad"
after_install: packaging/hooks/postinstall.sh
2015-12-03 14:47:06 +00:00
before_precompile:
2015-12-03 14:43:18 +00:00
- cp config/database.yml.unittest config/database.yml
2015-12-03 14:47:06 +00:00
after_precompile:
2015-12-03 14:43:18 +00:00
- rm -f config/database.yml
2015-12-03 09:03:08 +00:00
env:
2015-12-03 14:34:40 +00:00
- RAILS_ENV=production
2015-12-03 09:03:08 +00:00
- RAILS_GROUPS=assets
notifications: false