Skip to content
This repository has been archived by the owner on Nov 27, 2022. It is now read-only.

Commit

Permalink
Changed: for Wercker migration
Browse files Browse the repository at this point in the history
  • Loading branch information
mallowlabs committed Jan 24, 2017
1 parent 1a7b00a commit bf14656
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config/mongoid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ development:
database: asakusa_satellite_development

test:
host: <%= ENV['WERCKER_MONGODB_HOST'] || 'localhost' %>
host: <%= ENV['MONGO_PORT_27017_TCP_ADDR'] || 'localhost' %>
database: asakusa_satellite_test

production:
Expand Down
11 changes: 9 additions & 2 deletions wercker.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
box: wercker/rvm
box: ruby:2.3
services:
- wercker/mongodb
- id: mongo
build:
steps:
- bundle-install
Expand All @@ -19,3 +19,10 @@ build:
after-steps:
- mzp/http-notify:
url: $DASHBOZU_URL
deploy:
steps:
- heroku-deploy:
key: $HEROKU_KEY
user: $HEROKU_USER
app-name: $HEROKU_APP_NAME

0 comments on commit bf14656

Please sign in to comment.