/sample-push-to-deploy-doks

Push-to-deploy example using DOCR and DOKS

Primary LanguagePython

Push-to-Deploy Example Using GitHub Actions for DigitalOcean

This repository contains an example workflow using the GitHub Action for DigitalOcean to build, tag, push a container image to your DigiatlOcean container registry and deploy to a DigitalOcean Kubernetes cluster.

Workflow

The example workflow triggers on every push to this repo's main branch. For details, see the Enable Push-to-Deploy example.