solar_jk
solar_jk
RRailway
Created by solar_jk on 11/18/2023 in #✋|help
How do I increase size of a volume?
I already changed my plan from hobby to pro. But I can't figure out how to increase the size of a volume attached to a postgres instance
20 replies
RRailway
Created by solar_jk on 10/18/2023 in #✋|help
Triggering a redeploy when docker image is updated in dockerhub
Currently, our deployment flow is 1. use a github workflow to build and upload 2 docker images to dockerhub 2. update image on railway is there some way to automatically trigger a redeploy? Any of the following will help 1. some webhook to trigger a redeploy for a specific service (but not everything in the environment because I have other dbs/redis). If this is possible, I will just post the docker image to tag -latest and the image name won't change. 2. some way to use the railway cli to update a docker image for a service? then i can just call the railway cli from my CI action to trigger a rebuild 3. some setting that will auto-pull new docker images when they are created in a repo
9 replies