Skip to content

Commit

Permalink
adds ploomber cloud deploy option (#1401)
Browse files Browse the repository at this point in the history
* adds ploomber cloud deploy option

* ci
  • Loading branch information
edublancas authored Oct 2, 2023
1 parent aa79675 commit 0b2b0f8
Showing 1 changed file with 14 additions and 0 deletions.
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

0 comments on commit 0b2b0f8

Please sign in to comment.