Use new way of defining services on packager.io

This commit is contained in:
Cyril Rohr
2015-01-18 17:55:48 +00:00
parent c9823b9755
commit 5af05e3d3c
2 changed files with 2 additions and 3 deletions
+2
View File
@@ -1,5 +1,7 @@
user: git
group: git
services:
- postgres
before_precompile: ./bin/pkgr_before_precompile.sh
targets:
debian-7: &wheezy
-3
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