try new sync method

This commit is contained in:
2025-05-06 14:18:36 +03:00
parent 645695067f
commit 9c9a03b93b

View File

@@ -34,12 +34,12 @@ runs:
uses: clowdhaus/argo-cd-action/@main
with:
version: 2.13.3
command: app set ${{ inputs.environment }} --parameter migrations.${{github.event.repository.name}}=PreSync
command: app actions run ${{ inputs.environment }} migrate --kind Deployment --resource-name ${{github.event.repository.name}}
- name: Sync changes
uses: clowdhaus/argo-cd-action/@main
with:
version: 2.13.3
command: app sync ${{ inputs.environment }}
command: app sync ${{ inputs.environment }} --resource apps:Deployment:${{github.event.repository.name}}
- name: Refresh secret
uses: clowdhaus/argo-cd-action/@main
with: