Mike
railway up from a github action using the npm cli and project token returns 404
project id: ae1a2210-7167-4fcb-b1a8-f3ef6b2672f2
Is this the correct way to deploy in ci?
I generated a production token for the project and set it in my repo on RAILWAY_TOKEN and
backend
is an empty service
The error is Failed to upload code with status code 404 Not Found
This is my full action:
3 replies
aspnetcore with nixpacks breaking, builds ok with my own Dockerfile
getting this error on build with the default nixpack, SDK Version: 6.0.403 (setting the
NIXPACKS_CSHARP_SDK_VERSION
to 7.0 doesn't change that):
trying to use the nixpack to see if "just works", but something is wrong there
it builds with my own Dockerfile, but I'm having a H A R D time figuring out the certificate trust thing, so my app just bricks and doesn't respond when built this way
first time deploying aspnetcore - used to deploying only nodejs, so I'm most likely doing something dumb4 replies