Skip to content

Commit

Permalink
Merge branch 'master' into update-packages
Browse files Browse the repository at this point in the history
  • Loading branch information
rjkat committed Jul 2, 2024
2 parents f7a59c8 + cbaef48 commit 98c204b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/fly.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Fly Deploy
on: [push]
on:
push:
branches:
- master
jobs:
deploy:
name: Deploy app
Expand Down
2 changes: 1 addition & 1 deletion fly.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ kill_timeout = 5
processes = []

[build]
builder = "heroku/buildpacks:20"
builder = "heroku/builder:24"

[env]
PORT = "8080"
Expand Down

0 comments on commit 98c204b

Please sign in to comment.