Skip to content

Commit be8da49

Browse files
committed
Fix: missing railway service ID in ci.yml
1 parent 9f0466e commit be8da49

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,6 @@ jobs:
4949
steps:
5050
- uses: actions/checkout@v4
5151
- name: Deploy to Railway
52-
run: npx @railway/cli@latest up --detach
52+
run: npx @railway/cli@latest up --detach --service ${{ secrets.RAILWAY_SERVICE_ID }}
5353
env:
5454
RAILWAY_TOKEN: ${{ secrets.RAILWAY_TOKEN }}

0 commit comments

Comments
 (0)