Compare commits
6 Commits
new-new
...
8306409d93
| Author | SHA1 | Date | |
|---|---|---|---|
| 8306409d93 | |||
| 6efe8999bc | |||
| d558a37736 | |||
| 42914c5104 | |||
| a2c38737b4 | |||
| 2a6b52c461 |
@@ -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