Add internal_frontend module with CI pipeline and Docker configuration

This commit is contained in:
2025-07-01 17:22:33 +09:00
parent f121a0ef80
commit b9ed439cba
4 changed files with 42 additions and 0 deletions

View File

@@ -4,6 +4,7 @@ include:
- local: '.gitlab-ci-template.yml'
- local: 'backend/.gitlab-ci.yml'
- local: 'frontend/.gitlab-ci.yml'
- local: 'internal_frontend/.gitlab-ci.yml'
stages:
- build