Skip to content

Commit 0d50c85

Browse files
authored
Fix ci option for deploy
cc paritytech/devops#4385
1 parent 35f16ab commit 0d50c85

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ jobs:
9393
teleport_token: ${{ env.APP }}
9494
teleport_app_name: "argocd-stg"
9595
argocd_auth_token: ${{ secrets.ARGOCD_AUTH_TOKEN }}
96+
argocd_auto_sync_disabled: "false"
9697
deploy-prod:
9798
name: Deploy Production
9899
runs-on: ubuntu-latest
@@ -117,3 +118,4 @@ jobs:
117118
teleport_token: ${{ env.APP }}
118119
teleport_app_name: "argocd-prod"
119120
argocd_auth_token: ${{ secrets.ARGOCD_AUTH_TOKEN }}
121+
argocd_auto_sync_disabled: "false"

0 commit comments

Comments
 (0)