mirror of
https://github.com/morbalint/kemkas-deployment.git
synced 2026-07-17 22:03:46 +00:00
ci: fix again
This commit is contained in:
@@ -36,7 +36,7 @@ jobs:
|
||||
with:
|
||||
cmd: yq -i '.spec.template.spec.containers[0].image = "${{ env.IMAGE }}"' ./kemkas/kemkas-be-deployment.yaml
|
||||
- run: |
|
||||
git config --global --add user.name "Prod deployment bot"
|
||||
git config --global --add user.email
|
||||
git config --global user.name "prod backend deployment bot"
|
||||
git config --global user.email "prod-be-deployment-bot@kemkas.hu"
|
||||
git commit -a -m "prod deploy ${{ env.IMAGE }}"
|
||||
git push
|
||||
|
||||
Reference in New Issue
Block a user