2 years ago
I create service using a GitHub respository including a Dockerfile.
Now I detached service source from GitHub and I'm using a Docke image, but new image is not used even redeploying service manually.
Project: cb9c28b0-a723-4b47-9086-3e2019b5d59d
Service: Wordpress
Image: adegaasociacion/wordpress
10 Replies
2 years ago
what makes you say the new image is not being used?
Time from last build doesn't changes until I redeploy manually.
Interface still refererring Github.
Docker instructions in log doesn't correspond with my latest Dockerfile version.
2 years ago
please show me your service source
Service source? If you are talking about Railway CLI tool, I'm configuring everything from Railway web interface.
2 years ago
I don't think I mentioned the cli, please show me the railway service's source settings
2 years ago
ctrl / cmd + k -> deploy latest commit
It works!
Thank you, very much.
It's necessary to do that each time a new Docker image is published?
2 years ago
yes, railway does not auto deploy new images for you

