Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adds ploomber cloud deploy option #1401

Merged
merged 2 commits into from
Oct 2, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions docs/deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,20 @@ To specify different options (such as the theme and template), create a
An example can be found in the
[voila-demo](https://github.com/maartenbreddels/voila-demo) repository.

### Deployment on Ploomber Cloud

Ploomber Cloud offers a [free deployment](https://platform.ploomber.io) option for
Voilà apps. Once you create an account and log in, follow these steps:

1. Click on the "NEW" button
2. In the "Framework" section, click on Voilà
3. In the "Source code" section, click on "Upload your files"
4. Upload your `.ipynb` file and `requirements.txt` file
5. Click on "CREATE"
6. Wait until deployment finishes. To see your app, click on the "VIEW" button

Full instructions for deploying Voilà apps are available [here.](https://docs.cloud.ploomber.io/en/latest/apps/voila.html)

### Deployment on Railway

:::{note}
Expand Down
Loading