forked from railsadminteam/rails_admin
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Getting ready for Teatro.io stage server
- Loading branch information
Semenyuk Dmitriy
committed
Jul 28, 2014
1 parent
321a825
commit bebba3c
Showing
3 changed files
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
project: | ||
platform: rails | ||
|
||
stage: | ||
before: | ||
- export CI_DB_ADAPTER=postgresql | ||
- export CI_ORM=active_record | ||
- cp Procfile.teatro Procfile | ||
- cd spec/dummy_app | ||
- cp ../../config/database.yml config/ | ||
- bundle install --without development --jobs=3 --retry=3 | ||
- ln -sf $PWD/public ../../public | ||
|
||
database: | ||
- bundle exec rake db:create db:migrate db:seed | ||
|
||
config: | ||
database: postgresql | ||
services: | ||
- postgresql |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
web: cd spec/dummy_app && bundle exec rails server |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters