Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions ruby_on_rails/uptimerobot.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,7 @@ dyno.
You will need Renuo-CLI to be set up and at the newest version:
`gem install renuo-cli` → see [renuo-cli](https://github.com/renuo/renuo-cli)

1. Run the command `renuo setup-uptimerobot [url]`
* Where `url` is the address you want to monitor. e.g. `https://[project-name]-main.renuoapp.ch/up` or `https://customdomain.ch/up`

1. The app will ask for the `api-key` for uptimerobot. It can be found at the companies' password manager.
Paste it and press enter to continue.
Run the command `renuo setup-uptimerobot [url]` (`url` is the address you want to monitor. e.g. `https://[project-name]-main.renuoapp.ch/up` or `https://customdomain.ch/up`)

The command will setup the project in a paused state. You can start it once your app has a paid dyno.

Expand Down
Loading