~mark-mims/charms/precise/rack/trunk

« back to all changes in this revision

Viewing changes to hooks/godrb-relation-joined

  • Committer: Pavel Pachkovskij
  • Date: 2013-02-15 14:57:55 UTC
  • Revision ID: pavel.pachkovskij@altoros.com-20130215145755-w6cyplg9pd3nd9qq
sintra support, support for multiple sites

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#!/bin/bash
2
 
 
3
 
set -eu
4
 
 
5
 
source "$(dirname $0)/common.sh"
6
 
 
7
 
cat >> '/etc/god/environment_variables.god' <<EOS
8
 
ENV['RAILS_ROOT'] = '$RAILS_ROOT'
9
 
ENV['RAILS_ENV'] = '$RAILS_ENV'
10
 
EOS
11
 
 
12
 
relation-set path="$root/config/*.god"
 
 
b'\\ No newline at end of file'