Deploy

Deploy the project to production by building, fixing issues, and pushing to main.

dhruvparmar372 updated 3mo ago
Claude CodeGeneric
View source ↗
Deploy the project to production by building, fixing issues, and pushing to main.

## Steps

1. **Build the project** — Run the build command and check for errors.
2. **Fix any build issues** — If the build fails, analyze the errors, fix them, and rebuild. Repeat until the build succeeds.
3. **Commit changes** — Only commit files that were modified during this session (build fixes). Do NOT stage or commit pre-existing uncommitted changes. Use `git diff` to identify which files you changed, and stage only those specific files by name.
4. **Push to main** — Push the committed changes to the `main` branch on the remote.

## Important

- Do NOT force push. If the push fails due to upstream changes, pull and rebase first.
- If build issues cannot be resolved after reasonable attempts, stop and report the errors to the user instead of pushing broken code.
- Always verify the build passes before pushing.

Maintain Deploy?

Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.

[Deploy on getagentictools](https://getagentictools.com/loops/dhruvparmar372-deploy?ref=badge)