Compare commits
23 Commits
new_notify
...
fix-again
| Author | SHA1 | Date | |
|---|---|---|---|
| a2c38737b4 | |||
| bd4d6d5655 | |||
| 2a6b52c461 | |||
| d4987ff717 | |||
| feb7bf12ed | |||
| 99393d16ce | |||
| 2a74089e37 | |||
| 3398c4f76f | |||
| 26a57c2206 | |||
| 38d562af9a | |||
| 64eb83f489 | |||
| 8ebded5c3f | |||
| ae79a067c4 | |||
| 6319fea371 | |||
| 768a35108a | |||
| cc4ec94402 | |||
| 872706e2b6 | |||
| d4604aa6fb | |||
| 2e82989ca0 | |||
| a67aaf3ca9 | |||
| 5ac880d37d | |||
| fd5d7e2cd4 | |||
| 3c01a716e6 |
@@ -41,11 +41,14 @@ runs:
|
|||||||
with:
|
with:
|
||||||
version: 3.1.3
|
version: 3.1.3
|
||||||
command: app actions run ${{ inputs.environment }} migrate --kind Deployment --resource-name ${{github.event.repository.name}}
|
command: app actions run ${{ inputs.environment }} migrate --kind Deployment --resource-name ${{github.event.repository.name}}
|
||||||
- name: Sync changes
|
- name: Sync related deployments
|
||||||
uses: clowdhaus/argo-cd-action/@main
|
shell: bash
|
||||||
with:
|
run: |
|
||||||
version: 3.1.3
|
for name in $(argocd app resources ${{ inputs.environment }} | grep Deploy | grep ${{ github.event.repository.name }} | awk '{print($4)}'); do
|
||||||
command: app sync ${{ inputs.environment }} --resource 'apps:Deployment:*'
|
echo "Syncing $name"
|
||||||
|
argocd app sync ${{ inputs.environment }} --resource "$name"
|
||||||
|
done
|
||||||
|
|
||||||
- name: Refresh secret
|
- name: Refresh secret
|
||||||
uses: clowdhaus/argo-cd-action/@main
|
uses: clowdhaus/argo-cd-action/@main
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user