Luiz Bello
Luiz Bello
RRailway
Created by Luiz Bello on 5/21/2024 in #✋|help
Can't deploy via GitHub Actions
I can't deploy via github actions, I'm trying to deploy but it keeps giving the error: config file railway.toml does not exist but I have the .toml file in the repository railway.toml:
[build]
builder = "nixpacks"
buildCommand = "echo building!"

[deploy]
startCommand = "echo starting!"
healthcheckPath = "/"
healthcheckTimeout = 100
restartPolicyType = "never"
[build]
builder = "nixpacks"
buildCommand = "echo building!"

[deploy]
startCommand = "echo starting!"
healthcheckPath = "/"
healthcheckTimeout = 100
restartPolicyType = "never"
46 replies