Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
shini4i committed Sep 5, 2023
1 parent 210e1a5 commit a2989dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ The workflow for deployment might be the following
graph TD
Dev[Dev] --> Commit{Commit changes to the git repository}
Commit --> Pipeline[Build pipeline triggered]
Pipeline --> Docker[Docker image build and published]
Pipeline --> Docker[Docker image built and published]
Docker --> Task[Pipeline adds a task to Argo-Watcher]
Task --> Check[Argo-Watcher checks Argo CD Api for an update]
Check --> Decision{Is ArgoCD Application running on the expected image?}
Expand Down

0 comments on commit a2989dd

Please sign in to comment.