-
Can you point us to an example of how to use the image in the CI/CD context it's designed for?
-
# Description
Implement CI/CD workflows using GitHub Actions to automate testing, deployment, and notifications.
## Objectives
- [ ] Configure workflows to run linting and tests on pull requests
- […
-
Suggested by @cfarrel987
Mainly interested in automated Docker builds
-
- [ ] Jenkins Server setup on EC2 instance (Refer: Project1 Jenkins Setup in Notion Notes)
- [ ] Install "terraform" on Jenkins Server (Hint: SSH to Jenkins server and install terraform)
- [ ] Configu…
-
Need a way to check if api is healthy and to also check PR to see if API is valid. Later on need to have unit testing and such. Probably will do in Github actions to build, run and check api
-
# Implement CI/CD Pipeline
## Description
Set up GitHub Actions to automate build verification and testing. Initial focus on build verification with plans to expand to include tests and style checks.…
-
Настройка CI/CD
-
## 🚀 어떤 기능인가요?
> Github Actions을 이용한 CI/CD 구축
## ✅ 작업 상세 내용
- [ ] AWS 세팅
- [ ] 배포 스크립트 작성
- [ ] yml 세팅
## 📢 노트
-
- [ ] GoのLintを設定する
-
**Is your feature request related to a problem? Please describe.**
Currently, there's limited build automation for the source. Having a proper CI/CD pipeline will be relevant as more developers are o…