Skip to main content
Boost your DevOps efficiency! Dive into our latest white paper.Read Now

Deployment Settings

The Deployment Settings section allows users to enable the automated deployments using the Kapstan API via GitHub Actions.

Deployment Settings

Deploying application via GitHub Actions

To deploy your application via GitHub Actions -

  1. Create an API Key for your workspace.
  2. Navigate to the Deployment Settings section of the application's Config and turn on the toggle for "Deploy using Kapstan API".
  3. Click on the "How to configure GitHub Actions?" link to get the configuration for your application.
  4. Add the Deployment Action to your GitHub Repository with the configuration generated above.
  5. Make sure to save the API Key generated in Step-1 into the GitHub Secrets and wire it in to the configuration.
Deployment Settings
info

Read more about GitHub Actions Workflow.

note

If you use pre deploy job , don't forget to wire in the correct "predeploy_image_tag" into the GitHub Actions Configuration.

Can't find what you need?