Commit df2f9f075e404ab46699983c79d61d19c03ef6fb

Authored by Alexander Balashov
1 parent 4f268405
Exists in master and in 1 other branch production

Set special password for using in Teatro

Showing 1 changed file with 3 additions and 0 deletions   Show diff stats
.teatro.yml 0 → 100644
... ... @@ -0,0 +1,3 @@
  1 +stage:
  2 + after_database:
  3 + - "bundle exec rails runner 'u=User.first; u.password=u.password_confirmation=\"TeatroTeatro\"; u.save!; puts \"Change admin password to: TeatroTeatro\"'"
... ...