This commit is contained in:
2025-04-17 17:18:25 +03:00
parent e8ff86c120
commit 1028d52d2e

View File

@@ -40,6 +40,16 @@ runs:
with:
version: 2.13.3
command: app sync ${{ inputs.environment }}
- name: Refresh secret
uses: clowdhaus/argo-cd-action/@main
with:
version: 2.13.3
command: app actions run ${{ inputs.environment }} refresh --kind ExternalSecret --resource-name vault-${{github.event.repository.name}}
- name: Restart service
uses: clowdhaus/argo-cd-action/@main
with:
version: 2.13.3
command: app actions run ${{ inputs.environment }} restart --kind --resource-name ${{github.event.repository.name}}
- name: Migrate
if: ${{ inputs.migrate == 'true' }}
uses: clowdhaus/argo-cd-action/@main