Use new way of defining services on packager.io
This commit is contained in:
parent
c9823b9755
commit
5af05e3d3c
2 changed files with 2 additions and 3 deletions
|
@ -1,5 +1,7 @@
|
|||
user: git
|
||||
group: git
|
||||
services:
|
||||
- postgres
|
||||
before_precompile: ./bin/pkgr_before_precompile.sh
|
||||
targets:
|
||||
debian-7: &wheezy
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue