R
Railway7mo ago
Artun

Deployment has crashed /bin/bash: line 1: ./server: No such file or directory

I'm trying to create an Agora token service, using an already-created repo. Here is my repo's githublink. https://github.com/artunerol/agora-token-service I deployed the code, but after sometime it crashes and giving me the error below
/bin/bash: line 1: ./server: No such file or directory
What should I do about this? I guess my project id is this: project ID: 45ba2a0a-0866-4571-9e46-12b4d942385c
GitHub
GitHub - artunerol/agora-token-service
Contribute to artunerol/agora-token-service development by creating an account on GitHub.
Solution:
build command: go build -o agora-token-service cmd/main.go start command: ./agora-token-service...
Jump to solution
4 Replies
Percy
Percy7mo ago
Project ID: 45ba2a0a-0866-4571-9e46-12b4d942385c
Brody
Brody7mo ago
that repo is private, there's not too much we can help with if we can't see the code/repo
Artun
Artun7mo ago
sorry. just made it public
Solution
Brody
Brody7mo ago
build command: go build -o agora-token-service cmd/main.go start command: ./agora-token-service