-
Create a CI/CD Pipeline which will deploy our code from the GitLab server in Openshift.
-
-
- [x] extract the backend URL to .env
- [x] Write Dockerfile
- [x] Build Docker Image and Test in the local environment (Docker Compose)
- [x] Update Github Actions for frontend application
-
Build a Release CI/CD pipeline for deploying aggregator to the below two environments:
- Staging: Holesky
- Production: Etheruem
Similar to the one we built before:
https://github.com/AvaProtoco…
-
Notion Link: https://www.notion.so/Task-Switch-toggle-ci-cd-method-to-super-service-13cfe271b0e2807798f8e707a089aa00
Notion Content:
-
Assuming these should be with GHA, but use the Pulumi App. Open to feedback if we should use Deployments instead, but I think GHA serves the audience best.
# Exercise 1
Take from https://github.com/…
-
On my fork on the Actions page I see extra github actions running. The continuous integration actions should only run on the "origin," not on our forks.
![image](https://github.com/user-attachments/a…
-
## **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 …
-
### Summary
All code in ersilia should be blackened (formatted) with the `black` tool.
I suggest that we do this in CI/CD. I am quite confident GitHub Actions exist to format code.
### Objective(s)…
-
**Description**:
Implement comprehensive CI/CD pipeline for automated testing and deployment of pull requests.
**Tasks**:
- [ ] Setup GitHub Actions workflow
- [ ] Configure automated testing
-…