Skip to content

Commit

Permalink
rename process app to web
Browse files Browse the repository at this point in the history
  • Loading branch information
Gonzih committed Apr 10, 2012
1 parent 0d56389 commit 96b6c9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
@@ -1,6 +1,6 @@
deploy:
git push heroku master
heroku ps:scale app=1
heroku ps:scale web=1

configure:
./heroku_config.sh
Expand Down
2 changes: 1 addition & 1 deletion Procfile
@@ -1 +1 @@
app: bin/hubot -a irc -n RedPanda
web: bin/hubot -a irc -n RedPanda --alias '/'

0 comments on commit 96b6c9c

Please sign in to comment.