diff options
author | Melody Horn <melody@boringcactus.com> | 2020-02-26 15:38:27 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-26 15:38:27 -0700 |
commit | 8beeb27f673d1b06bbf0435ae273d0d8609cf614 (patch) | |
tree | 4fb58410bf7d61c557eeb2305ed79d1868ad5815 /Procfile | |
parent | e3b4a1e606a117554bc85ced00bcf9cfe5f50285 (diff) | |
download | crabravebot-8beeb27f673d1b06bbf0435ae273d0d8609cf614.tar.gz crabravebot-8beeb27f673d1b06bbf0435ae273d0d8609cf614.zip |
set up Heroku procfile
Diffstat (limited to 'Procfile')
-rw-r--r-- | Procfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Procfile b/Procfile new file mode 100644 index 0000000..bef48f6 --- /dev/null +++ b/Procfile @@ -0,0 +1 @@ +web: micro-bot -p $PORT |