Skip to main content
Version: 3.2

App Deployment

  1. Navigate to deploy section from sidebar on the platform.

Untitled

  1. Click on ‘Create Deployment’.

Untitled

  1. Select ‘Apps’ from the dropdown.

Untitled

  1. Fill in your app details in the dialog box.
  • Give a name to your app and proceed to the next field.

Untitled

  • Select Your Environment. In example Streamlit, Dash by Plotly.

Untitled

  • Enter your GitHub token. To learn how to access your token, click on the ‘?’ icon. You can alternatively follow the link below to learn the same.

     https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token

Untitled

  • The username is automatically fetched once you provide your GitHub token.

Untitled

  • Select your ‘Account Type’ as either ‘Personal’ or ‘Organization’ depending on your account configuration.

Untitled

  • Select the repository where your app file is hosted.

Untitled

  • Select your branch from the dropdown.

Untitled

  • Select your main file path (usually your app.py file)

Untitled

  • Select the appropriate python version of your app from the dropdown.

Untitled

  • Select the cluster size of the resources required for running your app from the dropdown.

Untitled

  • Proceed to click on ‘Deploy’.

Untitled

  • After successful deployment of the app, you will be able to view your deployment in the Deploy section. The app will be ready to launch once it is in ‘Running’ state.

Untitled

  • To launch your app, click on ‘App URL’.

Untitled

  • A pop-up will appear with the button showing "Live Apps" by clicking the live button the app will launch in a new tab.

Untitled

  • The app will launch in a new tab.

Untitled

  • You can also modify the resources for your app by clicking ‘Update’ on the app deployment panel. To delete the deployed app, click on the red bin at the bottom left corner of the panel.

Untitled

  • Update the resource required by selecting relevant option from the dropdown and click on ‘Update’. You can scale up or scale down as per your requirement.

Untitled

  • You can check the logs of the App which are deployed and in running state by clicking the log icon. Pop up will appear to show the logs.

Untitled

Untitled

  • Delete the app which is not in use by clicking the red bin icon. Pop up will appear and ask the confirmation for deleting the app. Click ‘Delete’.

Untitled

Untitled