Skip to content

Commit

Permalink
Testing github actions w/ deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
ricky-ma committed Aug 24, 2020
1 parent ce883f4 commit 8687c39
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Expand Up @@ -21,8 +21,8 @@ repos:
rev: 3.8.3
hooks:
- id: flake8
- repo: https://github.com/pycqa/bandit
rev: 1.6.2
hooks:
- id: bandit
args: ["--skip=B311"]
# - repo: https://github.com/pycqa/bandit
# rev: 1.6.2
# hooks:
# - id: bandit
# args: ["--skip=B311"]
2 changes: 1 addition & 1 deletion application.py
Expand Up @@ -750,7 +750,7 @@ def display_header(local):

if __name__ == "__main__":
# Run on docker
application.run(port=port, debug=True)
application.run(host="0.0.0.0", port=port, debug=True)

# Run locally
# app.run_server(port=port, debug=True)
Expand Down

0 comments on commit 8687c39

Please sign in to comment.