Troubleshooting deployment

If, after pushing your tool code to GitHub, you do not see your tool in your list of tools on Mosaia, the build may have failed. To diagnose what went wrong:

  1. Go to https://github.com/YOUR_ACCOUNT/YOUR_REPO/commits/main

  2. All commits are annotated with the status of the Mosaia Tools Deployer (should appear as either an orange dot, a red x, or a green checkmark next to the commit). Click on the annotation.

  3. Click on Details

  4. This will take you to a page that displays the live build status for your commit. If there were any errors they will show up here.

Last updated