ruby and node build steps?
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

1263942772868513800


reimakesgames
HOBBYOP

2 years ago

That's new


reimakesgames
HOBBYOP

2 years ago

Yummy


2 years ago

It's actually been a thing for a long time but disappeared, only to re-appear a while later


reimakesgames
HOBBYOP

2 years ago

Oh


reimakesgames
HOBBYOP

2 years ago

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",

reimakesgames
HOBBYOP

2 years ago

ok im gonna close this now


Loading...