diff --git a/README.md b/README.md index e26e529..6be6c2f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ # About +[![harrywang](https://circleci.com/gh/harrywang/fred.svg?style=svg)](https://app.circleci.com/pipelines/github/harrywang/fred) + FRED (Flask + REact + Docker): An End-to-End Boilerplate for Full Stack Development Demo: [harrywang.me/fred](http://harrywang.me/fred) @@ -198,3 +200,9 @@ $ heroku run python manage.py reset_db $ heroku run python manage.py load_data ``` Done! your app is running at https://getfred.herokuapp.com and https://getfred.herokuapp.com/docs/ + +## CircleCI + +- add .circleci/config.yml +- add Docker Hub environment variables +Screen Shot 2020-04-11 at 10 08 35 AM