/massu-deploy
Deploys the website to Vercel production with automated pre-flight checks, build verification, and post-deploy smoke tests. This is the final step in the full development workflow.
When to Use
- After pushing to main: When code is merged and ready for production
- Production deployment: The standard deploy command for the Massu website
- After
/massu-pushpasses: Deploy only after all verification gates pass
What It Does
- Verifies you are on
mainwith a clean working tree - Confirms the correct Vercel project target
- Runs a local build to catch errors before deploying
- Executes the Vercel production deployment
- Runs post-deploy smoke tests to verify the live site
Usage
/massu-deployWorkflow Position
/massu-create-plan -> /massu-plan -> /massu-loop -> /massu-commit -> /massu-push -> /massu-deployRelated Commands
/massu-push— pre-push verification gate (run before deploy)/massu-commit— pre-commit verification gate/massu-verify-playwright— browser-based page verification