Skip to main content

Check status

Keep the deployment ID. FixCodeNow accepts the source before the asynchronous build and deployment complete, so a failed deployment can still have a useful ID.

Read diagnostics

Narrow the output when needed:
Logs include build, deployment, health, and runtime evidence. Secret values are redacted.

Decide what to fix

  • Fix source code, dependencies, Dockerfiles, Compose configuration, commands, ports, or health checks in the repository.
  • Add a missing credential through the project secret controls or a private --env-file.
  • If the evidence points to the FixCodeNow platform, keep the deployment ID and report the redacted error instead of changing the app.
After a repository fix, run the smallest relevant local check and ship the changed source again:
Do not repeatedly ship unchanged source. Use the existing deployment ID and logs to gather evidence first.