Commit c65ba18c3bbc967bdf67ddbc2b20dfd7c9c6f604

Authored by Stephen Crosby
2 parents a52bd23a df2f9f07
Exists in master and in 1 other branch production

Merge pull request #892 from teatrohq/teatro-admin-password

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\"'"
... ...