Deployment of a test app
Thursday May 08 2025 • 05:36 AM
With my SSH keys configured, I ran git push dokku main
from my local repo.
I checked http://bucareli.co and that showed a “Welcome to nginx” screen, but the Sinatra app itself wasn’t running. I’ll go over my code and make sure I’m not missing anything important and try again.
The app is running now! 🥳
I needed to add an A record in Porkbun for the subdomain. It’s being served over http though, so I’ll have to fix that. Also, I can access from my web browser with no problem, but curl displays a “Could not resolve host” error message… weird.
Nevermind, it’s all good now! Probably took a bit to propagate.