Skip to content

Commit

Permalink
remove .buildpacks file
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielburnworth committed Dec 12, 2024
1 parent 27673ff commit 367204e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .buildpacks

This file was deleted.

2 changes: 1 addition & 1 deletion DEPLOYMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ If you want to run a server on a LAN for personal use, this is the easiest and c

**Affordability:** :broken_heart:

1. Deploy as you would normally [deploy to Heroku](https://devcenter.heroku.com/articles/getting-started-with-rails4#deploy-your-application-to-heroku)
1. Deploy as you would normally [deploy to Heroku](https://devcenter.heroku.com/articles/getting-started-with-rails6#deploy-the-app-to-heroku) (buildpacks: _heroku/nodejs_, _heroku/ruby_)
2. Enable Dyno metadata: `heroku labs:enable runtime-dyno-metadata --app <app name>` (we need this to know the version number of the web app).
3. (If emails are enabled) Enable the [Heroku scheduler](https://elements.heroku.com/addons/scheduler) and configure it to run `rake api:log_digest` every 10 minutes. This is required for Device log digests via email.

Expand Down

0 comments on commit 367204e

Please sign in to comment.