Merge develop branch into main branch #610
Labels
complexity: large
feature: Architecture
Pertains to project architecture and settings
role: backend
Pertains to backend tasks
role: devops
Pertains to cd/ci tasks
size: 8pt
Can be done in 31-48 hours
Milestone
Overview
As a developer, we need the
develop
andmain
branches to be in sync so that the code base is clean and we can more easily collaborate.Deadline: 11/14/2024
Action Items
ava-main-v1
to preserve all their old work. This will separate v1 from v2 (pre backend reset vs post backend reset).main
intodevelop
develop
. Ideally in a staging environmentdevelop
intomain
This issue Depends on these deployment tasks:
develop
branch to AWS as a staging environment to fully test current changes.main
branch is currently deployed to AWS incubatorbuild-deploy-stage.yml
gh action to v4 (actions/checkout@v3
)develop
branch for a staging deploymentThe deployment for the
develop
branch should be totally separate from what we have now (stage.civictechjobs.org). This way we can test and confirm adevelop
deployment is fully functional before pushing to main.Deprioritized tasks:
stage
docker environment works.Resources/Instructions
https://stage.civictechjobs.org/
Resources
gh action v4 migration docs:
Deploying a django app:
The text was updated successfully, but these errors were encountered: