Skip to content

Commit 0b2b0f8

Browse files
authored
adds ploomber cloud deploy option (#1401)
* adds ploomber cloud deploy option * ci
1 parent aa79675 commit 0b2b0f8

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

docs/deploy.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,20 @@ To specify different options (such as the theme and template), create a
8080
An example can be found in the
8181
[voila-demo](https://github.com/maartenbreddels/voila-demo) repository.
8282

83+
### Deployment on Ploomber Cloud
84+
85+
Ploomber Cloud offers a [free deployment](https://platform.ploomber.io) option for
86+
Voilà apps. Once you create an account and log in, follow these steps:
87+
88+
1. Click on the "NEW" button
89+
2. In the "Framework" section, click on Voilà
90+
3. In the "Source code" section, click on "Upload your files"
91+
4. Upload your `.ipynb` file and `requirements.txt` file
92+
5. Click on "CREATE"
93+
6. Wait until deployment finishes. To see your app, click on the "VIEW" button
94+
95+
Full instructions for deploying Voilà apps are available [here.](https://docs.cloud.ploomber.io/en/latest/apps/voila.html)
96+
8397
### Deployment on Railway
8498

8599
:::{note}

0 commit comments

Comments
 (0)