Service stop depolyin after changing Source from GithHub to DockerHub
danbado
HOBBYOP

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?


danbado
HOBBYOP

2 years ago

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.


danbado
HOBBYOP

2 years ago

1265021121204588500


2 years ago

please show me your service source


danbado
HOBBYOP

2 years ago

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


danbado
HOBBYOP

2 years ago

Sorry. I missunderstand.

1265056340087148800


2 years ago

ctrl / cmd + k -> deploy latest commit


danbado
HOBBYOP

2 years ago

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


Loading...