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