mirror of
https://github.com/morbalint/kemkas.git
synced 2026-07-17 19:03:46 +00:00
ci: fix incorrect copy paste
This commit is contained in:
@@ -85,7 +85,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
cmd: yq -i '.spec.template.spec.containers[0].image = "${{ needs.docker-fe-build.outputs.image_tag }}"' ./kemkas-beta/kemkas-fe-deployment.yaml
|
cmd: yq -i '.spec.template.spec.containers[0].image = "${{ needs.docker-fe-build.outputs.image_tag }}"' ./kemkas-beta/kemkas-fe-deployment.yaml
|
||||||
- run: |
|
- run: |
|
||||||
cd ./deployment-repo
|
|
||||||
git config --add user.email "beta-fe-deployment-bot@kemkas.hu"
|
git config --add user.email "beta-fe-deployment-bot@kemkas.hu"
|
||||||
git config --add user.name "Deployment Bot Beta FE"
|
git config --add user.name "Deployment Bot Beta FE"
|
||||||
git commit -a -m "deploy ${{ needs.docker-fe-build.outputs.image_tag }}"
|
git commit -a -m "deploy ${{ needs.docker-fe-build.outputs.image_tag }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user