ed9815
Wait on deployment in GitHub Actions before continuing
Hi everyone,
I am deploying my app via the CLI in a GitHub Actions workflow.
The
railway up
command completes almost instantly and returns a link to the build logs (regardless of whether or not --detach
is set).
Is there a way to wait for the actual deployment to conclude before moving on to the next step in the pipeline?
Thanks,
Ed15 replies