We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 076b48a commit e9da797Copy full SHA for e9da797
1 file changed
.github/workflows/actions-image.yml
@@ -110,4 +110,5 @@ jobs:
110
# to the SHA-tagged image but `serviceInstanceUpdate` alone does
111
# not trigger a deployment — Railway needs an explicit poke.
112
npm i -g @railway/cli
113
- railway deploy --service "$RAILWAY_SERVICE_ID" --yes
+ railway service "$RAILWAY_SERVICE_ID"
114
+ railway deploy --yes
0 commit comments