Skip to content
This repository has been archived by the owner on Jun 13, 2019. It is now read-only.

Commit

Permalink
Adding scholar admin to silex-role
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Holzhauer committed Mar 27, 2015
1 parent 85f5f46 commit bb7fee8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions easybib-deploy/recipes/silex.rb
Expand Up @@ -11,6 +11,8 @@
next unless allow_deploy(application, 'discover_api', 'nginxphpapp')
when 'featureflags'
next unless allow_deploy(application, 'featureflags', 'nginxphpapp')
when 'scholar_admin'
next unless allow_deploy(application, 'scholar_admin', 'nginxphpapp')
when 'id'
next unless allow_deploy(application, 'id', 'nginxphpapp')
else
Expand Down

0 comments on commit bb7fee8

Please sign in to comment.