how to edit deployed script
deependraeth
HOBBYOP

8 months ago

So i've forgotten where i kept my deployed script. is there any way i can find my deployed script here on railway?

$10 Bounty

13 Replies

chandrika
EMPLOYEE

8 months ago

This thread has been marked as public for community involvement, as it does not contain any sensitive or personal information. Any further activity in this thread will be visible to everyone.

Status changed to Open chandrika 8 months ago


alexwebgr
HOBBY

8 months ago

i am not really sure what you mean by deployed script but you can find the code that is deployed from a github repo when you click on the service and hit the Settings tab right at the top


alexwebgr

i am not really sure what you mean by deployed script but you can find the code that is deployed from a github repo when you click on the service and hit the Settings tab right at the top

deependraeth
HOBBYOP

8 months ago

Do you mean this?

Attachments


alexwebgr
HOBBY

8 months ago

that is nodejs service, do you have any other services?


deependraeth
HOBBYOP

8 months ago

nope, i only got these. Apologies for nebiew questions. I hired one developer for deploying this code and now he has forgotten the code. I need to change some things and but find it.

Attachments


alexwebgr
HOBBY

8 months ago

actually this a template that deploys a demo nodejs app not a nodejs service as i originally suspected.

is your app deployed somewhere? do you have a url ?


deependraeth
HOBBYOP

8 months ago

Do you mean this url?

Attachments


alexwebgr
HOBBY

8 months ago

yes! i can see it returns a json payload with an error, you are going to have to find the repo that the code is deployed.


deependraeth
HOBBYOP

8 months ago

it means i won't find the code here in railway?


alexwebgr
HOBBY

8 months ago

you can always ssh into that service and see what files are available

# 1
railway login
#2 
railway link
select the service
#3
railway ssh

but if there is another service in that project i doubt you are going to find anything else in railway slightly_smiling_face emoji

If you found my answers helpful feel free to mark this thread as solved pray emoji


m4hf0d
FREE

7 months ago

Hello i think you're reffering to railway.toml you can find it in your service > settings (Build)


sim
FREE

7 months ago

What do you mean by "deployed script"? If you share more we can help

Any information will be helpful


sim
FREE

7 months ago

For example, if you go to railway.com/dashboard and go to your project

what do you see?

When you go to https://railway.com/workspace what do you see?


sim
FREE

7 months ago

As before me have said this may be anything - if it is your own code then you will have it in your Github. If it is a template it is https://railway.com/deploy etc


Loading...