From 46919a2b1b81846316c6daffe627881be1f70841 Mon Sep 17 00:00:00 2001 From: Jacob Cody Wimer Date: Fri, 12 Feb 2021 19:13:39 +0000 Subject: [PATCH] Add heroku deploy to circleci --- .circleci/config.yml | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) 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 <