Skip to content

Commit e9da797

Browse files
committed
fix railway deploy command
1 parent 076b48a commit e9da797

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/actions-image.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,4 +110,5 @@ jobs:
110110
# to the SHA-tagged image but `serviceInstanceUpdate` alone does
111111
# not trigger a deployment — Railway needs an explicit poke.
112112
npm i -g @railway/cli
113-
railway deploy --service "$RAILWAY_SERVICE_ID" --yes
113+
railway service "$RAILWAY_SERVICE_ID"
114+
railway deploy --yes

0 commit comments

Comments
 (0)