Compare commits
3 Commits
42914c5104
...
8306409d93
| Author | SHA1 | Date | |
|---|---|---|---|
| 8306409d93 | |||
| 6efe8999bc | |||
| d558a37736 |
@@ -46,7 +46,7 @@ runs:
|
|||||||
run: |
|
run: |
|
||||||
for name in $(argocd app resources ${{ inputs.environment }} | grep Deploy | grep ${{ github.event.repository.name }} | awk '{print($4)}'); do
|
for name in $(argocd app resources ${{ inputs.environment }} | grep Deploy | grep ${{ github.event.repository.name }} | awk '{print($4)}'); do
|
||||||
echo "Syncing $name"
|
echo "Syncing $name"
|
||||||
argocd app sync ${{ inputs.environment }} --resource "$name"
|
argocd app sync ${{ inputs.environment }} --resource apps:Deployment:$name;
|
||||||
done
|
done
|
||||||
|
|
||||||
- name: Refresh secret
|
- name: Refresh secret
|
||||||
|
|||||||
Reference in New Issue
Block a user