mirror of
https://github.com/morbalint/kemkas-deployment.git
synced 2026-07-17 22:03:46 +00:00
ci: fix backend deployment yq syntax
This commit is contained in:
@@ -34,5 +34,5 @@ jobs:
|
||||
- run: echo "deployment image will be set to ${{ env.IMAGE }}"
|
||||
- uses: mikefarah/yq@v4
|
||||
with:
|
||||
cmd: yq -i '.spec.template.spec.containers[0].image=${{ env.IMAGE }}' ./kemkas/kemkas-be-deployment.yaml
|
||||
cmd: yq -i '.spec.template.spec.containers[0].image = "${{ env.IMAGE }}"' ./kemkas/kemkas-be-deployment.yaml
|
||||
- run: git commit -a -m "prod deploy ${{ env.IMAGE }}" && git push
|
||||
|
||||
Reference in New Issue
Block a user