Skip to content
Snippets Groups Projects
Commit 03e97014 authored by murych's avatar murych
Browse files

removed heroku related files


Signed-off-by: default avatarmurych <murychkun@yahoo.com>
parent 558436b4
No related branches found
No related tags found
No related merge requests found
image: python:alpine
test:
stage: test
script:
- pip install flake8
- flake8 --config=tox.ini .
production:
type: deploy
environment: production
script:
- apk add --no-cache ruby ruby-rdoc ruby-irb curl ca-certificates git
- gem install dpl --no-doc
- dpl --provider=heroku --api-key=$HEROKU_PRODUCTION_API_KEY --app=$HEROKU_APP_NAME
only:
- tags
\ No newline at end of file
web: gunicorn main:app --log-file -
\ No newline at end of file
python-3.5.2
\ No newline at end of file
static/index.png

73.1 KiB

[flake8]
# it's not a bug that we aren't using all of hacking
ignore =
# E501: migraion lines are often too long
E501
exclude =
.git,
__pycache__,
templates,
static,
venv
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment