Use argo wait
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Nikolai Rodionov 2023-02-25 20:47:34 +01:00
parent d60bb788a6
commit 84305e1e0e
1 changed files with 1 additions and 0 deletions

View File

@ -74,6 +74,7 @@ steps:
from_secret: ARGOCD_AUTH_TOKEN
commands:
- argocd app sync -l app=badhouseplants -l branch=$DRONE_BRANCH
- argocd app wait -l app=badhouseplants -l branch=$DRONE_BRANCH
---
# ----------------------------------------------