docs icon indicating copy to clipboard operation
docs copied to clipboard

Not clear what to do with Dapr in GitHub actions to deploy/manage application

Open raghulmsft opened this issue 3 years ago • 1 comments

What content needs to be created or modified? This document doesn't list why to use Dapr during a GitHub actions. is it used to deploy dapr applications? Or just manage Dapr runtime in Kubernetes environment?

Describe the solution you'd like

An E2E documentation on "why" to user Dapr in GitHub actions, what happens with when there is a new code change with the app that uses dapr, how to deploy that dapr application, and more.

raghulmsft avatar Jul 01 '22 21:07 raghulmsft

There are some (admittedly very basic) docs here: https://docs.dapr.io/developing-applications/integrations/github_actions

The thing is that aside from setting up or updating Dapr in a GH Action, there's nothing really specific to Dapr. What to do depends on the apps you are deploying, the target infrastructure, and your existing deployment pipelines.

ItalyPaleAle avatar Jul 06 '22 15:07 ItalyPaleAle