Skip to content

Commit 6d090ca

Browse files
authored
Merge pull request #9 from mfogwell/master
test for PR
2 parents 7aaa04a + 15c55b9 commit 6d090ca

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,3 +181,7 @@ To simplify the deployment to Heroku, Codeship provides a Docker image called [`
181181
When complete and the build is green, you should now be able to navigate to the app with the Heroku provided url `yourappname.herokuapp.com`.
182182

183183
If you run into trouble at any point, please submit an [issue here](https://github.com/codeship-library/ruby-rails-todoapp/issues/new).
184+
Testing in-git changes.
185+
186+
187+
#

codeship-steps.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,3 @@
66
- name: rubocop
77
service: web-codeship-example-ruby
88
command: rubocop
9-
- name: deploy
10-
tag: master
11-
service: codeship-heroku-deployment
12-
command: codeship_heroku deploy /deploy ruby-rails-todoapp
13-
- name: migrate
14-
tag: master
15-
service: codeship-heroku-deployment
16-
command: heroku run --app ruby-rails-todoapp -- bundle exec rake db:migrate

0 commit comments

Comments
 (0)