Skip to content

CD workflow to build and push Docker image #690

@wkyoshida

Description

@wkyoshida

Terms

Issue

This issue is for a GH Action to run a workflow for the CD in our CI/CD. The goal here would be to:


Obs:

  • Building the images on PR merges would allow for the newly built images to then be spun up in a staging environment to validate changes before they go live to the production environment
  • The images built with the workflow might have to differ slightly from the images used for local development
  • The workflow can start with building only the backend for now, as there is still some uncertainty in how deployment for the frontend will be done
  • With this CD in place, PR merges would likely have to only merge in changes that do not break the project
    • There may be some concerns with this new requirement, given some current development processes, but we can discuss
  • Related to Splitting Development and Production #529

Metadata

Metadata

Assignees

Labels

Projects

Status

In Progress

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions