Deployment settings
The Deployment Settings section allows users to enable the automated deployments using the Kapstan API via GitHub Actions.
Deploying application via GitHub Actions
To deploy your application via GitHub Actions -
- Create an API Key for your workspace.
- Navigate to the Deployment Settings section of the application's Config and turn on the toggle for "Deploy using Kapstan API".
- Click on the "How to configure GitHub Actions?" link to get the configuration for your application.
- Add the Deployment Action to your GitHub Repository with the configuration generated above.
- Make sure to save the API Key generated in Step-1 into the GitHub Secrets and wire it in to the configuration.
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.