diff options
| author | Fuwn <[email protected]> | 2021-05-18 12:31:32 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-05-18 12:31:32 -0700 |
| commit | 3affde3461dcf6c9ff8db62d3e4cdc1f3e943bc5 (patch) | |
| tree | 11b1831a7742af354751f4132e276b22e9a5af5e /Procfile | |
| parent | fix: records path (diff) | |
| download | records-3affde3461dcf6c9ff8db62d3e4cdc1f3e943bc5.tar.xz records-3affde3461dcf6c9ff8db62d3e4cdc1f3e943bc5.zip | |
feat(heroku): setup
Diffstat (limited to 'Procfile')
| -rw-r--r-- | Procfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Procfile b/Procfile new file mode 100644 index 0000000..fa90753 --- /dev/null +++ b/Procfile @@ -0,0 +1 @@ +web: PORT=$PORT ./target/release/records |