diff options
author | Gabriel A. Giovanini <mail@gabrielgio.me> | 2022-05-08 16:33:30 +0200 |
---|---|---|
committer | Gabriel A. Giovanini <mail@gabrielgio.me> | 2022-05-08 16:33:30 +0200 |
commit | f5d54a1418c46244fe979b8c1ad9b77d9e95137f (patch) | |
tree | ea7fd3faf25bd370c35fe3480388b205dffa59f8 | |
parent | 0df0a957346e03ff98b65cf797b049b874a3161f (diff) | |
download | macroblog.rs-f5d54a1418c46244fe979b8c1ad9b77d9e95137f.tar.gz macroblog.rs-f5d54a1418c46244fe979b8c1ad9b77d9e95137f.tar.bz2 macroblog.rs-f5d54a1418c46244fe979b8c1ad9b77d9e95137f.zip |
feat: Add heroku 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..a694033 --- /dev/null +++ b/Procfile @@ -0,0 +1 @@ +release: ./target/release/macroblog
\ No newline at end of file |