diff --git a/.circleci/config.yml b/.circleci/config.yml index 58aad2f..df7f728 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,6 +1,4 @@ version: 2.1 -orbs: - heroku: circleci/heroku@0.0.8 workflows: deploy: jobs: @@ -11,11 +9,6 @@ workflows: - test: requires: - install - - deploy: - requires: - - lint - - test - - install jobs: lint: docker: @@ -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