Skip to content

Commit 42f5a29

Browse files
committed
Increase time deploy ArgoCD
1 parent 6065c83 commit 42f5a29

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ArgoCD.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
5353
- name: Wait for ArgoCD server to be ready
5454
run: |
55-
kubectl wait --for=condition=available --timeout=600s deployment/argocd-server -n argocd
55+
kubectl wait --for=condition=available --timeout=1200s deployment/argocd-server -n argocd
5656
5757
- name: Get ArgoCD initial admin password
5858
id: argocd_password
@@ -77,6 +77,7 @@ jobs:
7777
argocd app sync comment-service
7878
7979
notify:
80+
if: always()
8081
needs: deploy
8182
uses: ./.github/workflows/notifyCD.yaml
8283
secrets:

0 commit comments

Comments
 (0)