diff --git a/.circleci/config.yml b/.circleci/config.yml index 10a5015..0b4326a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -5,4 +5,24 @@ jobs: steps: - checkout - run: | - bash bin/run-tests-with-docker.sh \ No newline at end of file + bash bin/run-tests-with-docker.sh + +# https://github.com/circleci/circleci-docs/blob/master/jekyll/_cci1/continuous-deployment-with-heroku.md +deployment: + production: + branch: master + commands: + - | + cat >~/.netrc <