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 "Enable continuous deployment".
  3. Once continuous deployment is enabled, select Configure GitHub action to retrieve your application's configuration.
  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
  • The History Tab on the Kapstan platform displays commit details, comparing changes since the last successful deployment, and aids in tracking modifications, auditing, or debugging.
  • 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?