-
Setup GitHub Actions workflows for updating the resources regularly, at each commit, and test pull requests
-
We gonna build a CI/CD pipeline deploying the project on AWS - ec2 instances as a docker-compose module.
Requirements:
- [x] Access to AWS for @d3k4z
- [x] Docker file
- [x] Docker-compose fi…
d3k4z updated
10 months ago
-
- [x] setup GitHub Pages (https://christianknell.github.io/helm-charts)
- [x] build stale workflow (https://github.com/marketplace/actions/close-stale-issues; https://github.com/actions/stale/blob/ma…
-
# setup CI/CD pipeline for Leaf-Me Backend
![Image](https://github.com/user-attachments/assets/044e1b9c-ffd8-4e8f-bacf-1a4b1cf32f4b)
Implement a robust CI/CD pipeline using GitHub Actions to automate…
-
Design and set up better long term testing structure/method for all types of testing
- Decide on a testing framework
- Create designated test folder with necessary persistent data
- find/crea…
-
-
> > Also, the test framework might need to be executed in a CI/CD pipeline.
>
> Yes that would be ideal! The question is can we spin up bare-metal VMs per run. I know the GCP console …
-
We need to containerize JustPlanningPoker to enable simple deployment for third-party hosters, and support orchestration tools like Docker and Kubernetes. This will make life easier for developers to …
-
## **Description**
To ensure code quality and prevent regressions, a CI/CD pipeline should be implemented for both Rust and Cairo. The pipeline will run tests and perform linting/formatting checks …
-
Several concerns to address
- split the app into submodules (db, backend, frontend) so we test and push only the touched part
- for the db layer integrate backups and restores capability
- on push …