Skip to content

Commit

Permalink
experimenting with heroku
Browse files Browse the repository at this point in the history
  • Loading branch information
ulrichard committed Sep 28, 2023
1 parent c2a4a86 commit d9ed93a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
# name of the Heroku app
heroku_app_name: "bdk-reserves-web"
# app directory
appdir: "./app"
appdir: "./"
# start command
procfile: "web: ./bdk-reserves-web"
# email from which the app is uploaded
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bdk-reserves-web"
version = "0.1.4"
version = "0.1.5"
edition = "2021"

[dependencies]
Expand Down

0 comments on commit d9ed93a

Please sign in to comment.