Skip to content

Instantly share code, notes, and snippets.

@shimajima-eiji
Last active March 17, 2022 13:54
Show Gist options
  • Save shimajima-eiji/7d08533a3381bf17e74ce468bc663523 to your computer and use it in GitHub Desktop.
Save shimajima-eiji/7d08533a3381bf17e74ce468bc663523 to your computer and use it in GitHub Desktop.
@startuml
:開発者:
node ホスティングサーバー [
ホスティングサーバー
(https://nomuraya.tk)
]
:閲覧者:
file develop_env #palegreen;line:green;line.dashed;text:green {
rectangle cms [
CMS
]
rectangle ビルドツール [
ビルドツール
]
rectangle git [
git
]
}
file Github #palegreen;line:green;line.dashed;text:green {
node ホスティングリポジトリ [
public
リポジトリ
]
component CI [
Github Actions
]
node 他のHTMLリポジトリ [
other_html
リポジトリ
]
}
開発者 --> 他のHTMLリポジトリ
開発者 -> cms
cms -> ビルドツール
ビルドツール -> git
git --> ホスティングリポジトリ
ホスティングリポジトリ -> ホスティングサーバー
ホスティングリポジトリ -left-> CI
CI -left-> 他のHTMLリポジトリ
他のHTMLリポジトリ -> CI
CI -> ホスティングリポジトリ
閲覧者 --> ホスティングサーバー
@enduml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment