Service stop depolyin after changing Source from GithHub to DockerHub
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
11 Replies
Project ID:
cb9c28b0-a723-4b47-9086-3e2019b5d59d
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.
please show me your service source
Service source? If you are talking about Railway CLI tool, I'm configuring everything from Railway web interface.
I don't think I mentioned the cli, please show me the railway service's source settings
Sorry. I missunderstand.
Solution
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?
yes, railway does not auto deploy new images for you