MS DG fixed deploy script so tom has correct URL
This commit is contained in:
parent
c7e1bc3a46
commit
275e0baa0c
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@
|
|||
require 'config/environment'
|
||||
|
||||
# Create seed user
|
||||
user = User.create( :email => "tom@joindiaspora.com", :password => "evankorth", :profile => Profile.create( :first_name => "Alexander", :last_name => "Hamiltom" ))
|
||||
user = User.create( :email => "tom@joindiaspora.com", :password => "evankorth", :url => "http://tom.joindiaspora.com/", :profile => Profile.create( :first_name => "Alexander", :last_name => "Hamiltom" ))
|
||||
|
||||
names = [ ["George", "Washington"],
|
||||
["John", "Adams"],
|
||||
|
|
|
|||
Loading…
Reference in a new issue