ruby and node build steps?

i am adding a login system to my static website, which i will host via railway. i am using ghpages' jekyll stuff, which requires ruby. i don't know how to setup both ruby and node in the project, is there any way to have the two deploy?
Solution:
You can add ruby and node into the same project via the providers option in your service settings
No description
Jump to solution
5 Replies
Percy
Percy4mo ago
Project ID: N/A
Solution
Fragly
Fragly4mo ago
You can add ruby and node into the same project via the providers option in your service settings
No description
reimakesgames
reimakesgames4mo ago
That's new Yummy
Fragly
Fragly4mo ago
It's actually been a thing for a long time but disappeared, only to re-appear a while later
reimakesgames
reimakesgames3mo ago
Oh i did it waow
"build_jekyll": "bundle exec jekyll build -s posts",
"build_tools": "cp -r tools _site/",
"build_server": "tsc",
"build": "npm run build_jekyll && npm run build_tools && npm run build_server",
"build_jekyll": "bundle exec jekyll build -s posts",
"build_tools": "cp -r tools _site/",
"build_server": "tsc",
"build": "npm run build_jekyll && npm run build_tools && npm run build_server",
ok im gonna close this now
Want results from more Discord servers?
Add your server