clearlydefined / operations

Operational documentation and tools
2 stars 10 forks source link

add reusable workflow for dev deploy #68

Closed elrayle closed 5 months ago

elrayle commented 5 months ago

Description

Move dev deploy workflow from service to operations and generalize it for use with all primary apps (i.e. service, crawler, website)

Related Work

Summary of fixes:

Multiple issues were in the original workflow:

To avoid these known issues, the PR updates the workflow copied from clearlydefined/service to...

NOTE: Configs cannot be moved after the deploy because they are used by the restart process kicked of by the deploy.

Follow-on Work

elrayle commented 5 months ago

This is superseded by the work in:

The new PRs combine the dev and deploy workflows into a single shared workflow in operations.