service not found deploy railway with gh actions
danielp2903
HOBBY
a year ago
name: Despliegue Railway
run: railway up --service ${{ secrets.RAILWAYSERVICENAME }}
this is my run in step gh action
this is error console gh actions:
railway up --service ***
shell: /usr/bin/bash -e {0}
env:
RAILWAY_TOKEN: ***
Service not found
3 Replies
a year ago
I've seen this before, and last time they just simply had their service name set incorrectly.
danielp2903
HOBBY
a year ago
yeah men, service name is projectId?