3 Commits

Author SHA1 Message Date
8306409d93 Merge pull request 'fix-agaix' (#57) from fix-agaix into main
Reviewed-on: #57
2025-11-19 10:57:14 +00:00
6efe8999bc Merge branch 'main' of bb.hublab.ru:HUB/workflows 2025-11-19 13:56:49 +03:00
d558a37736 fix 2025-11-19 13:56:46 +03:00

View File

@@ -46,7 +46,7 @@ runs:
run: |
for name in $(argocd app resources ${{ inputs.environment }} | grep Deploy | grep ${{ github.event.repository.name }} | awk '{print($4)}'); do
echo "Syncing $name"
argocd app sync ${{ inputs.environment }} --resource "$name"
argocd app sync ${{ inputs.environment }} --resource apps:Deployment:$name;
done
- name: Refresh secret