R
Railway•7mo ago
emdeex

newbie - how do I pull updated code from github?

I've got flowise running on railway.. which grabbed the code from github... but as github get's updated, how do I get the new versions without losing all my applications?
12 Replies
Percy
Percy•7mo ago
Project ID: N/A
emdeex
emdeex•7mo ago
n/a
Fragly
Fragly•7mo ago
I'm confused by what you're asking
emdeex
emdeex•7mo ago
so railway is running a compiled version of code from github... but when the code is updated, how do I get that new code onto railway?
Fragly
Fragly•7mo ago
ooh, railway will automatically redeploy and update your app when you update your github project
emdeex
emdeex•7mo ago
automatically? wouldn't you want to control that timing? can I kick it off manually?
Fragly
Fragly•7mo ago
Not that I'm aware of, one workaround could be working on a different branch, and then merging with the main branch when you want to deploy
emdeex
emdeex•7mo ago
huh ok... so railway will just watch the main branch and rebuild when it detects a new version
Fragly
Fragly•7mo ago
precisely
emdeex
emdeex•7mo ago
no wonder I couldn't find that button I guess 😉
Gilbert
Gilbert•6mo ago
How do you add the latest version of Flowise in Github so that Railway can use it? When I installed Flowise, I used the template provided in the Flowise documentation.