Skip to content

Commit

Permalink
Change site title to "The Self-Destructing Blog"
Browse files Browse the repository at this point in the history
  • Loading branch information
c-lliope committed Sep 24, 2016
1 parent 451755d commit 5dcf0ba
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Pass
# The Self-Destructing Blog

## Getting Started

Expand Down
2 changes: 1 addition & 1 deletion app.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name":"pass",
"name":"self_destructing_blog",
"scripts":{},
"env":{
"APPLICATION_HOST":{
Expand Down
12 changes: 6 additions & 6 deletions bin/setup_review_app
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ if [ -z "$1" ]; then
fi

heroku pg:backups restore \
`heroku pg:backups public-url -a pass-staging` \
`heroku pg:backups public-url -a self_destructing_blog-staging` \
DATABASE_URL \
--confirm pass-staging-pr-$1 \
--app pass-staging-pr-$1
heroku run rake db:migrate --exit-code --app pass-staging-pr-$1
heroku ps:scale worker=1 --app pass-staging-pr-$1
heroku restart --app pass-staging-pr-$1
--confirm self_destructing_blog-staging-pr-$1 \
--app self_destructing_blog-staging-pr-$1
heroku run rake db:migrate --exit-code --app self_destructing_blog-staging-pr-$1
heroku ps:scale worker=1 --app self_destructing_blog-staging-pr-$1
heroku restart --app self_destructing_blog-staging-pr-$1
2 changes: 1 addition & 1 deletion config/application.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
require_relative 'boot'
require 'rails/all'
Bundler.require(*Rails.groups)
module Pass
module SelfDestructingBlog
class Application < Rails::Application
config.assets.quiet = true
config.generators do |generate|
Expand Down
2 changes: 1 addition & 1 deletion config/locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ en:
"%B %d"

titles:
application: Pass
application: The Self-Destructing Blog

0 comments on commit 5dcf0ba

Please sign in to comment.