Compare commits
3 Commits
2a6b52c461
...
42914c5104
| Author | SHA1 | Date | |
|---|---|---|---|
| 42914c5104 | |||
| a2c38737b4 | |||
| bd4d6d5655 |
@@ -41,11 +41,6 @@ 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
|
|
||||||
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
|
- name: Sync related deployments
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user