reimakesgames
HOBBYOP
2 years ago
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?
7 Replies
2 years ago
You can add ruby and node into the same project via the providers option in your service settings

2 years ago
It's actually been a thing for a long time but disappeared, only to re-appear a while later
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",