Step 1: Get your application on GitHub
- Take your application and put it up on a github repository.
Step 2: Publish on Connect Cloud
Make an account on Posit Connect Cloud: https://connect.posit.cloud/
- Log In to Connect Cloud. First time will prompt you to connect to GitHub.
- Click the Publish button in the upper right of the screen.
- Select the framework you want to deploy (Shiny).
- Select your Repository.
- Confirm the Branch (main).
- Select your Primary file (app.py)
- Python deployments require a
requirements.txt.