Merge pull request 'fix-agaix' (#57) from fix-agaix into main
Reviewed-on: #57
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user