Skip to content

Commit

Permalink
Update circleci config
Browse files Browse the repository at this point in the history
  • Loading branch information
Fblind committed May 14, 2020
1 parent dcd65eb commit 0366fd6
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 @@ -6,3 +6,8 @@ jobs:
steps:
- run: gem install dpl
- run: dpl --provider=heroku --app=$HEROKU_APP --api-key=$HEROKU_CI_API_KEY

workflows:
deploy:
jobs:
- deploy

0 comments on commit 0366fd6

Please sign in to comment.