yrnsmth
Build failing due to missing `.root/.cache/node/corepack/lastKnownGood.json`
What is also strange is my rails service is deploying fine, also using yarn v6.
On the react project I did a
git revert
to my changes, and redeployed, this was rejected also.71 replies
Build failing due to missing `.root/.cache/node/corepack/lastKnownGood.json`
I'm using the vite-react-template from Brody ( https://github.com/brody192/vite-react-template), deployed from a GitLab instance. It's using yarn v6. it was working 2 days ago. My only changes were jsx files.
71 replies
System sending SIGTERM after foreman executes procfile
To be precise, it's not actaully crashing - it's just shutting down the processes.
I was concerned it was my
nixpacks.toml
I kind of just shoehorned installing the package after building out the dependencies:
This is roughly the equivalent of doing the following in a node project:
Am I right in assuming the array of cmds
array will be executed in ascending order?16 replies
System sending SIGTERM after foreman executes procfile
sorry, yea, you're right, it is the trial.
the trial plan only has 512mb of ram per service so its possible you are running into that limit, check your service metricsoooh, I didn't even think about the ram limit there. Will do when I'm on lunch, then I'll report back 🙂
16 replies
System sending SIGTERM after foreman executes procfile
Nope - I'm still on the evaluation hobby plan... This is just a portfolio/scratch-my-own-itch project. Is pro required for this kind of thing?
(Sorry, too for the timezone differences, btw — your reply came through at 1am my time 🙃)
16 replies
LoadError on build
Hi, sorry to resurrect this old discussion! I'm looking to modify my build to spin up a rake task for resque... and I see you have comments about 'custom build.sh' and 'custom start.sh... but I can't find any reference to the actual files... are these the default Railway ones? Part of an apt-pkg being installed? For me to implement myself? I'm not sure how it's even building or starting without these? Sorry for the newbie questions!
31 replies