Deploying to Health Universe
Last updated
Was this helpful?
Last updated
Was this helpful?
Deploying your app on Health Universe is a straightforward process that links your GitHub repository to a selected workspace. Follow the steps below to get your app live.
📌 Note: Make sure your GitHub account is linked to Health Universe before deploying.
1. Go to Your Workspace
Log in to .
Navigate to the where you want to deploy your app (e.g., Personal, Group, Organization).
Double-check that you're in the correct workspace, as deployments are workspace-specific.
2. Open the Deployment Page
In your workspace, click the box labeled: “Deploy app” or head directly to .
3. Select Your GitHub Repository
Under Step 1: Select GitHub Repository:
Enter the name of your app’s main file (e.g., main.py
) in the file name field.
4. Describe Your App
Under Step 2: Describe Your App, fill in:
App Name: Give your app a clear, meaningful name.
Description: Write a short summary of what the app does.
Package: Select Streamlit
or FastAPI
Research Area: Choose the relevant field for your app’s purpose.
5. (Optional) Add Secrets
Click the Secrets dropdown to securely store environment variables like API keys.
Enter a Key (e.g., API_KEY
) and a Value (e.g., sk-abcdefgh
).
Click the ➕ plus button to add each secret.
6. Configure Visibility
Hide Repository (Optional): Toggle this to hide the GitHub link from your app’s public page.
Enable as Tool: ⚠️ Only available for FastAPI apps. Streamlit apps cannot be deployed as tools, so this toggle will not apply.
7. Submit the Deployment
Click the Submit button at the bottom of the form.
Your app will begin building. You’ll be shown real-time logs of the deployment process.
8. Watch the Logs
Monitor the build logs to ensure everything is running smoothly.
Once deployment is complete, you'll be automatically redirected to your new app’s live page.
If your , your repositories will appear in a dropdown. Choose the appropriate repository.
Secrets Management information can be found .
Information on testing your app can be found .