Create your GlueOps Deployment app
This is the recommended way to set up continuous delivery with GlueOps: a dedicated GitHub App that lets GlueOps's GitHub Actions open a pull request in your deployment-configurations repo to update the running image tag. It's optional — if you'd rather update that repo with your own tooling, you can skip it. You must be an owner of the organization to create the app.
This app is only the write credential those actions use. For how GlueOps reads that repo to deploy, see github.com/glueops-dev.
Finish these three steps in GitHub — the buttons below open in a new tab, so keep this page open.
Add the App ID organization variable
Click the button below, then paste Name and Value into GitHub's two fields.
GLUEOPS_DEPLOYMENT_APP_ID
Add the private key organization secret
Click the button below, then paste the Name and key into GitHub's two fields.
GLUEOPS_DEPLOYMENT_APP_PRIVATE_KEY
Install the app
Install it and select your deployment-configurations repository — the app can't do anything until it's installed there.
Once all three are done, GlueOps CD can open deploy PRs for you. You can close this page.