GitHub Action deploy image
crisog
MODERATOROP

9 months ago

I currently have my CI to use the Railway CLI with a redeploy for new deployments. This works because the service is tied to a dev tag that gets updated prior the redeploy.

However, this is not convenient when you want to do a rollback because it would go back to the latest image for dev

Ideally, I should be able to update the image for the service to use the image sha (and not a tag like dev)

I’ve been reading through the CLI API and I can’t find anything that helps me achieve this

Any ideas?

2 Replies

crisog
MODERATOROP

9 months ago

N/A


crisog
MODERATOROP

9 months ago

👀


Loading...