Fix the services restarting every time the recipe is executed

* Manually send a restart action from the application_git resource
* Do not depend on application_ruby anymore
This commit is contained in:
Greg Karékinian
2019-09-27 10:57:35 +02:00
parent 4b39ea60dd
commit 438c5ff72d
2 changed files with 9 additions and 12 deletions

View File

@@ -10,8 +10,8 @@ depends "kosmos-nginx"
depends "kosmos-nodejs"
depends "kosmos-redis"
depends "poise-ruby-build"
depends "application_ruby"
depends "application_javascript"
depends "application"
depends "application_git"
depends "postgresql"
depends "kosmos-postgresql"
depends "backup"