diff --git a/README.md b/README.md index 475bbff..c0d0d74 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,9 @@ make publish - In local I read from local vault and copy to content all that have tag publish=True - In remote I read from remote vault and copy to content all that have tag publish=True +Current set up: +![Diagram](flow.png) + ## Improvements - scripts/publish.sh: - [x] Skip copying files that already exist diff --git a/flow.png b/flow.png new file mode 100644 index 0000000..747ae4b Binary files /dev/null and b/flow.png differ