Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
51 changes: 0 additions & 51 deletions .circleci/config.yml

This file was deleted.

22 changes: 22 additions & 0 deletions circle.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
mahine:
python:
version: 3.6.0

environment:
FLASK_CONFIG: testing
TEST_DATABASE_URL: postgresql://ubuntu@localhost/circle_test?sslmode=disable

dependencies:
post:
#- python3 -m venv venv;
#- . venv/bin/activate;
- pip install -r requirements/dev.txt
- bash .circleci/setup-heroku.sh

deployment:
production:
branch: 1.0-kim-test-heroku
commands:
- git push heroku master
- heroku run python manage.py deploy
- heroku restart