Skip to content

Commit

Permalink
add Procfile and project.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
HaseoBoss committed Oct 18, 2023
1 parent d60b971 commit 8d1791b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions Procfile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
web: bundle exec jekyll serve
13 changes: 13 additions & 0 deletions project.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
[project]
id = "com.veezor.static-site"
name = "Static Site"
version = "1.0"

[build]
builder = "heroku/buildpacks:18"

[[build.buildpacks]]
uri = "heroku/ruby"

[[build.buildpacks]]
uri = "heroku/[email protected]"

0 comments on commit 8d1791b

Please sign in to comment.