Skip to content

Commit

Permalink
The right way to keep the dyno awake
Browse files Browse the repository at this point in the history
  • Loading branch information
sadasant committed Oct 16, 2012
1 parent bac4389 commit 35ae329
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ The IRC bot for #OpenVE,
running on Heroku:
<http://vebot.herokuapp.com/>

## How to keep it alive

To avoid *dyno idling*, you can use this website: <http://pingalive.com>


By:
Daniel Rodríguez
<http://sadasant.com/>
Expand Down
7 changes: 0 additions & 7 deletions workaround_for_herokus_https_issue.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,4 @@
<?
// Bot
$bot = 'https://vebot.herokuapp.com/';
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, $url);
curl_exec($ch);
curl_close($ch);

// Github
// This needs to be on a separated server
// The reason for this file is that Heroku has an issue
Expand Down

0 comments on commit 35ae329

Please sign in to comment.