We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35f16ab commit ccd8dd9Copy full SHA for ccd8dd9
.github/workflows/ci.yml
@@ -93,6 +93,7 @@ jobs:
93
teleport_token: ${{ env.APP }}
94
teleport_app_name: "argocd-stg"
95
argocd_auth_token: ${{ secrets.ARGOCD_AUTH_TOKEN }}
96
+ argocd_auto_sync_disabled: "false"
97
deploy-prod:
98
name: Deploy Production
99
runs-on: ubuntu-latest
@@ -117,3 +118,4 @@ jobs:
117
118
119
teleport_app_name: "argocd-prod"
120
121
0 commit comments