Skip to content

Commit

Permalink
Add circleci for github
Browse files Browse the repository at this point in the history
  • Loading branch information
Fblind committed May 14, 2020
1 parent 10aa0d2 commit dcd65eb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
version: 2.1
jobs:
deploy:
docker:
- image: ruby:latest
steps:
- run: gem install dpl
- run: dpl --provider=heroku --app=$HEROKU_APP --api-key=$HEROKU_CI_API_KEY

0 comments on commit dcd65eb

Please sign in to comment.