Skip to content

Commit

Permalink
feat: config changes
Browse files Browse the repository at this point in the history
  • Loading branch information
thekovie committed Mar 3, 2024
1 parent c3f279a commit 164cf9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/fly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: superfly/flyctl-actions/setup-flyctl@master
- run: flyctl deploy ./DBApplication/dbapp --remote-only
- run: flyctl deploy --remote-only --nixpacks
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
15 changes: 1 addition & 14 deletions DBApplication/dbapp/fly.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,7 @@ primary_region = "sin"
auto_stop_machines = true
auto_start_machines = true

[checks]
[checks.alive]
type = "tcp"
interval = "15s"
timeout = "2s"
grace_period = "5s"

[build]
builder = "paketobuildpacks/builder:base"
buildpacks = ["gcr.io/paketo-buildpacks/bellsoft-liberica",
"gcr.io/paketo-buildpacks/syft",
"gcr.io/paketo-buildpacks/maven",
"gcr.io/paketo-buildpacks/apache-tomcat",
"gcr.io/paketo-buildpacks/apache-tomee"]
[[services]]

[build.args]
BP_JVM_TYPE="JRE"
Expand Down

0 comments on commit 164cf9a

Please sign in to comment.