mirror of
https://github.com/morbalint/kemkas-backend.git
synced 2026-07-17 21:23:46 +00:00
ci: fix deployment yaml typo
This commit is contained in:
@@ -50,7 +50,7 @@ jobs:
|
|||||||
ssh-key: ${{ secrets.DEPLOYMENT_REPO_DEPLOY_KEY }}
|
ssh-key: ${{ secrets.DEPLOYMENT_REPO_DEPLOY_KEY }}
|
||||||
- uses: mikefarah/yq@v4
|
- uses: mikefarah/yq@v4
|
||||||
with:
|
with:
|
||||||
cmd: yq -i '.spec.template.spec.container[0].image = "registry.digitalocean.com/kemkas/kemkas-be:${{ env.GITHUB_SHA_SHORT }}"' ./deployment-repo/kemkas-beta/kemkas-be-deployment.yaml
|
cmd: yq -i '.spec.template.spec.containers[0].image = "registry.digitalocean.com/kemkas/kemkas-be:${{ env.GITHUB_SHA_SHORT }}"' ./deployment-repo/kemkas-beta/kemkas-be-deployment.yaml
|
||||||
- run: |
|
- run: |
|
||||||
cd ./deployment-repo
|
cd ./deployment-repo
|
||||||
git config --add user.email "deployment-bot@kemkas.hu"
|
git config --add user.email "deployment-bot@kemkas.hu"
|
||||||
|
|||||||
Reference in New Issue
Block a user