-
Would you like me to add a GitHub action to lint and then test PRs to this repo?
-
## Specifications
- Must use [GitHub Actions](https://github.com/features/actions) for CI/CD
- ...
## TODO
- [ ] ...
-
MLOps
- MLOPs is derived from DevOps so most of its principles are applicable here as well, but the main objective of MLOPs is to quicker deployments and scale up the ML model over a period of time.
…
-
1. Markdownlint
2. Language/Grammar lint
3. Page build
4. Page deploy if successfull
-
Currently, there's no CI/CD tool in place in the repository. Github Actions might be a good solution, alternatively CircleCI is fine also.
The CI must perform:
- [x] unit tests
- [x] static chec…
-
Using CodeBuild, CodeDeploy, and CodePipeline.
-
Disclaimer: this is not actually a k8s topic, more of a general devops/SRE topic.
Many larger organizations need to comply with various norms, like ISO 9001 change and
release management process…
-
travis is free CI i know for now think you can configure it to also be CD service
steps should be:
1. add unit tests first
2. if pr passes tests can merge on master
3. if master passes tests aut…
-
-
## 概要
盛り込みたい機能
## 一覧
- [x] ECSデプロイby ecspresso
- [ ] ディレクトリ毎にデプロイ種類変更
- [ ] devへは`--no-wait`でコスト削減
- [x] ecspresso verify追加
- [ ] 静的コード解析
- [ ] migration機能
- [ ] ロールバック機能
- [ ] CICDの高速化
…