Skip to content

Commit

Permalink
Merge pull request #1 from Tomodachi94/Tomodachi94-feature-procfile
Browse files Browse the repository at this point in the history
- Create `Procfile`
  - Enables deployment to Heroku
- Update `.gitignore`
  - Add `.vscode` to `.gitignore`
  • Loading branch information
tomodachi94 committed Sep 1, 2021
2 parents f375ddc + 5e63d89 commit 5d827fc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Expand Up @@ -127,3 +127,6 @@ dmypy.json

# Pyre type checker
.pyre/

### Custom rules
.vscode
1 change: 1 addition & 0 deletions Procfile
@@ -0,0 +1 @@
worker: python dash/bot.py

0 comments on commit 5d827fc

Please sign in to comment.