Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 649 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 649 Bytes

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.