Use new way of defining services on packager.io

This commit is contained in:
Cyril Rohr 2015-01-16 16:26:21 +00:00
parent c9823b9755
commit 5af05e3d3c
2 changed files with 2 additions and 3 deletions

View file

@ -1,5 +1,7 @@
user: git
group: git
services:
- postgres
before_precompile: ./bin/pkgr_before_precompile.sh
targets:
debian-7: &wheezy

View file

@ -18,6 +18,3 @@ rm config/resque.yml
# Set default unicorn.rb file
echo "" > config/unicorn.rb
# Required for assets precompilation
sudo service postgresql start