https://github.com/dotenvx/heroku-buildpack-dotenvx
install `dotenvx` to heroku
https://github.com/dotenvx/heroku-buildpack-dotenvx
dotenvx heroku heroku-buildpack
Last synced: about 1 year ago
JSON representation
install `dotenvx` to heroku
- Host: GitHub
- URL: https://github.com/dotenvx/heroku-buildpack-dotenvx
- Owner: dotenvx
- License: bsd-3-clause
- Created: 2024-01-12T01:35:08.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-14T02:46:39.000Z (almost 2 years ago)
- Last Synced: 2025-05-01T02:48:46.448Z (about 1 year ago)
- Topics: dotenvx, heroku, heroku-buildpack
- Language: Shell
- Homepage: https://dotenvx.com/mods
- Size: 9.77 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

> install `dotenvx` to heroku
> ```
> heroku buildpacks:add https://github.com/dotenvx/heroku-buildpack-dotenvx
> ```
## Usage
Add `dotenvx` to your Procfile.
```yaml
# Procfile
web: dotenvx run -- node index.js
```
> See [full usage guide](https://dotenvx.com/docs/platforms/heroku)
---
To publish buildpack: `heroku buildpacks:publish dotenvx/heroku-buildpack-dotenvx main`