Skip to content

Commit

Permalink
remove heroku orb as we no longer use it to deploy, we instead use he…
Browse files Browse the repository at this point in the history
…roku directly (#25)
  • Loading branch information
lee-ma authored Nov 15, 2019
1 parent 72d1139 commit bb5a69b
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
version: 2.1
orbs:
heroku: circleci/[email protected]
workflows:
deploy:
jobs:
Expand All @@ -11,11 +9,6 @@ workflows:
- test:
requires:
- install
- deploy:
requires:
- lint
- test
- install
jobs:
lint:
docker:
Expand Down Expand Up @@ -53,12 +46,6 @@ jobs:
bundle exec rake db:create RAILS_ENV=test
bundle exec rake db:migrate RAILS_ENV=test
bundle exec rspec
deploy:
executor: heroku/default
steps:
- heroku/install
- heroku/deploy-via-git:
only-branch: master
install:
docker:
- image: circleci/ruby:2.5.1
Expand Down

0 comments on commit bb5a69b

Please sign in to comment.