Compare commits
1 Commits
new-new
...
2a6b52c461
| Author | SHA1 | Date | |
|---|---|---|---|
| 2a6b52c461 |
@@ -41,6 +41,11 @@ runs:
|
||||
with:
|
||||
version: 3.1.3
|
||||
command: app actions run ${{ inputs.environment }} migrate --kind Deployment --resource-name ${{github.event.repository.name}}
|
||||
- name: Sync changes
|
||||
uses: clowdhaus/argo-cd-action/@main
|
||||
with:
|
||||
version: 3.1.3
|
||||
command: app sync ${{ inputs.environment }} --resource apps:Deployment:${{ github.event.repository.name }}*
|
||||
- name: Sync related deployments
|
||||
shell: bash
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user