From df2f9f075e404ab46699983c79d61d19c03ef6fb Mon Sep 17 00:00:00 2001 From: Alexander Balashov Date: Fri, 22 May 2015 20:44:14 +0300 Subject: [PATCH] Set special password for using in Teatro --- .teatro.yml | 3 +++ 1 file changed, 3 insertions(+), 0 deletions(-) create mode 100644 .teatro.yml diff --git a/.teatro.yml b/.teatro.yml new file mode 100644 index 0000000..302b522 --- /dev/null +++ b/.teatro.yml @@ -0,0 +1,3 @@ +stage: + after_database: + - "bundle exec rails runner 'u=User.first; u.password=u.password_confirmation=\"TeatroTeatro\"; u.save!; puts \"Change admin password to: TeatroTeatro\"'" -- libgit2 0.21.2