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

Commit

Permalink
Merge pull request #671 from sue445/feature/slack_orb
Browse files Browse the repository at this point in the history
Migrate to Slack orb
  • Loading branch information
sue445 committed Aug 17, 2020
2 parents b8073d4 + 350b8b9 commit cdc3338
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ version: 2.1
orbs:
ruby-orbs: sue445/ruby-orbs@volatile
heroku: circleci/heroku@0.0.2
slack: circleci/slack@volatile

executors:
default:
Expand All @@ -28,6 +29,7 @@ jobs:
- run: cp .circleci/database.yml config/database.yml
- run: bundle exec rake ar:migrate:reset
- run: bundle exec rspec
- slack/status

rubocop:
executor:
Expand All @@ -38,6 +40,7 @@ jobs:
- ruby-orbs/bundle-install:
cache_key_prefix: "v3-bundle"
- run: bundle exec rubocop
- slack/status

workflows:
version: 2
Expand All @@ -54,3 +57,5 @@ workflows:
filters:
branches:
only: master
post-deploy:
- slack/status

0 comments on commit cdc3338

Please sign in to comment.