We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 48115fd + e04d6f1 commit 566e8f9Copy full SHA for 566e8f9
.github/workflows/deploy.yaml
@@ -15,5 +15,5 @@ jobs:
15
RAILWAY_TOKEN: ${{ secrets.RAILWAY_TOKEN }}
16
steps:
17
- uses: actions/checkout@v3
18
- - run: railway up --service=${{ env.SVC_ID_ERPC }}
19
- - run: railway up --service=${{ env.SVC_ID_MONITOR }}
+ - run: railway up -d --service=${{ env.SVC_ID_ERPC }}
+ - run: railway up -d --service=${{ env.SVC_ID_MONITOR }}
0 commit comments