unknown / modal-deploy

Home Page:https://modal-deploy.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

modal-deploy

Modal Deploy makes it easy to deploy Modal apps without having to open a terminal or use the command line. It works on any Modal app, but is most useful for deploying web endpoints because they provide accessible entry points to your app.

This project is inspired by both Supafork and Vercel's Deploy Button.

How it works

Modal Deploy first creates a new token that will be used to deploy your app. It then clones the repository you provide and runs modal deploy (using the newly created token) on the file you provide. Tokens are only used once and are not stored.

While tokens are not persisted, use Modal Deploy at your own risk.

About

https://modal-deploy.vercel.app

License:MIT License


Languages

Language:Python 46.9%Language:CSS 20.1%Language:Svelte 19.8%Language:JavaScript 8.1%Language:TypeScript 3.7%Language:HTML 1.5%