Hey all,
Right now I have some other apps hosted on Railway.
With those apps, my workflow is to pull main/develop, create a branch, make changes then commit/push to github. In github, I make a merge request and apply to main/develop.
I like this workflow because I can theoretically develop from anywhere.
If I were to do that with Wasp, would I have to build then push to github?
I have another app that uses the railway/wasp CLI to push straight to railway, but I feel like I am rolling the dice with version control. I could also still do github but just deploy to railway
I am new to a lot of this, so I am sure versioning has been thought of, but I just don't know the best practices.
Any help would be greatly appreciated!