You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm working on a project with Hilla, which I am trying to deploy to Fly.io with Buildpacks. I've linked the repo here, as the Fly configs are stored there.
As you can see, I've tried multiple ways to deploy, including using both the build args that translate to mvn -Pnative,production, which failed due to Vite not being found. I think this is a known issue.
Whilst I could deploy as a JAR, I want to use Spring Native with Paketo Buildpacks so the start-up time is fast, and I can scale from zero.
I'm just working on getting a log from the current staging deployment, as I'm seeing a large stack trace stemming from Flow.
I suppose, what I'm asking is, has anyone had success deploying a Hilla app with Paketo?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello!
I'm working on a project with Hilla, which I am trying to deploy to Fly.io with Buildpacks. I've linked the repo here, as the Fly configs are stored there.
As you can see, I've tried multiple ways to deploy, including using both the build args that translate to
mvn -Pnative,production
, which failed due to Vite not being found. I think this is a known issue.Whilst I could deploy as a JAR, I want to use Spring Native with Paketo Buildpacks so the start-up time is fast, and I can scale from zero.
I'm just working on getting a log from the current staging deployment, as I'm seeing a large stack trace stemming from Flow.
I suppose, what I'm asking is, has anyone had success deploying a Hilla app with Paketo?
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions