We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f0466e commit be8da49Copy full SHA for be8da49
1 file changed
.github/workflows/ci.yml
@@ -49,6 +49,6 @@ jobs:
49
steps:
50
- uses: actions/checkout@v4
51
- name: Deploy to Railway
52
- run: npx @railway/cli@latest up --detach
+ run: npx @railway/cli@latest up --detach --service ${{ secrets.RAILWAY_SERVICE_ID }}
53
env:
54
RAILWAY_TOKEN: ${{ secrets.RAILWAY_TOKEN }}
0 commit comments