edp-doc/likec4/models/deployment/git.c4

24 lines
No EOL
560 B
Text

deployment {
environment apprepo 'application_repo' {
description 'Git repository for application'
technology 'Git'
icon tech:git
instanceOf edp.forgejo.application_gitrepo
}
environment appspecrepo 'appspec_repo' {
description 'Git repository for application specification'
technology 'Git'
icon tech:git
instanceOf edp.forgejo.application_gitrepo
}
}
views {
deployment view view_git_35 {
title 'Untitled'
include apprepo, appspecrepo
}
}