Skip to content

Commit

Permalink
feat(node): add GitHub actions (#348)
Browse files Browse the repository at this point in the history
* Added GCP Endpoints

* Added github actions icon

Co-authored-by: Guy Zylberberg <[email protected]>
  • Loading branch information
guyzyl and guycla authored Oct 19, 2020
1 parent e4157d1 commit 2593f2a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions diagrams/onprem/ci.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ class Droneci(_Ci):
_icon = "droneci.png"


class GithubActions(_Ci):
_icon = "github-actions.png"


class Gitlabci(_Ci):
_icon = "gitlabci.png"

Expand Down
1 change: 1 addition & 0 deletions docs/nodes/onprem.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ Node classes list of onprem provider.
- **diagrams.onprem.ci.Circleci**, **CircleCI** (alias)
- **diagrams.onprem.ci.Concourseci**, **ConcourseCI** (alias)
- **diagrams.onprem.ci.Droneci**, **DroneCI** (alias)
- **diagrams.onprem.ci.GithubActions**
- **diagrams.onprem.ci.Gitlabci**, **GitlabCI** (alias)
- **diagrams.onprem.ci.Jenkins**
- **diagrams.onprem.ci.Teamcity**, **TC** (alias)
Expand Down
Binary file added resources/onprem/ci/github-actions.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2593f2a

Please sign in to comment.