Loading...
Loading...
Build the project, commit all changes, and deploy directly to main. Use when deploying changes to production.
npx skill4agent add bselee/murp deploynpm run build# Build project
npm run build
# Check status
git status
git log --oneline -3
# Commit (if changes exist)
git add -A
git commit -m "chore: <descriptive message>"
# Push directly to main
git push origin main