Skip to content

Commit

Permalink
[MDS-5064] Updated argocd cli command
Browse files Browse the repository at this point in the history
  • Loading branch information
sjudzentis committed Jul 27, 2023
1 parent eabe60b commit c175722
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gitops/watch-deployment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ echo -e "\n"
echo "Watching for new revision of $TARGET_APP to be rolled out"
echo "Waiting for $TARGET_APP to sync and be in healthy state"

argocd login
argocd login $ARGO_SERVER --core
argocd app sync $TARGET_APP
argocd app wait $TARGET_APP

Expand Down

0 comments on commit c175722

Please sign in to comment.