You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Create the Heroku app
heroku create $PROJ --buildpack https://github.com/MoonZoon/heroku-buildpack-moonzoon.git
# Deploy to Heroku
git push heroku main
# Or, if you're still in a position where force-push might be appropriate
git push --force heroku main
About
A MoonZoon app for verifying speech-to-text results.