joy-framework / joy

A full stack web framework written in janet
https://joy.swlkr.com
MIT License
537 stars 30 forks source link

Deployment #19

Closed swlkr closed 4 years ago

swlkr commented 4 years ago

There's nothing better than running a single command to get things onto the internet, I'm thinking something like

joy login # enter email/password
joy deploy # deploys to either your-project.joyframework.com or somewhere else

And since I hate pushing to a git repo and separately having to deploy the thing, set up a webhook url that deploys on a push to master