service not found deploy railway with gh actions
danielp2903
HOBBYOP

2 years ago

  • name: Despliegue Railway run: railway up --service ${{ secrets.RAILWAY_SERVICE_NAME }} 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

4 Replies

2 years ago

I've seen this before, and last time they just simply had their service name set incorrectly.


danielp2903
HOBBYOP

2 years ago

yeah men, service name is projectId?


2 years ago

The service name is the services' name.


jmuk
PRO

5 months ago

Im getting the error. What is the service name to set. Is it the same name of the service on railway dashboard or?

Run railway up --service purenest360 --detach

railway up --service purenest360 --detach

shell: /usr/bin/bash -e {0}

env:

pythonLocation: /opt/hostedtoolcache/Python/3.12.12/x64

PKG_CONFIG_PATH: /opt/hostedtoolcache/Python/3.12.12/x64/lib/pkgconfig

Python_ROOT_DIR: /opt/hostedtoolcache/Python/3.12.12/x64

Python2_ROOT_DIR: /opt/hostedtoolcache/Python/3.12.12/x64

Python3_ROOT_DIR: /opt/hostedtoolcache/Python/3.12.12/x64

LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.12.12/x64/lib

RAILWAY_TOKEN: ***

Service not found


Welcome!

Sign in to your Railway account to join the conversation.

Loading...