Skip to content

Commit

Permalink
Fix for Image in CICD Example
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard-Barrett committed May 18, 2024
1 parent 6719ff1 commit 6222bc3
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions diagram.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
def main():
with Diagram(filename="images/diagram", show=False, direction="LR", graph_attr=graph_attr):
aws_users = Users()
github = Custom("GitHub", icon_path=f"{HOME_PATH}/images/github.png")
artifactory = Custom("Artifactory", icon_path=f"{HOME_PATH}/images/jfrog_artifactory.png")
terraform = Custom("Terraform", icon_path=f"{HOME_PATH}/images/terraform.png")
s3_backend = S3("Statefile Bucket")
codefresh = Custom("Codefresh", icon_path=f"{HOME_PATH}/images/codefresh.png")
aws_users >> s3_backend >> codefresh >> github
aws_users >> s3_backend >> codefresh >> artifactory
aws_users >> terraform
terraform >> s3_backend

Expand Down
Binary file modified images/diagram.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/jfrog.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/jfrog_artifactory.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 6222bc3

Please sign in to comment.