mirror of
https://github.com/morbalint/kemkas.git
synced 2026-07-18 03:13:46 +00:00
skip deployments for now
This commit is contained in:
+19
-18
@@ -57,21 +57,22 @@ jobs:
|
|||||||
tags: |
|
tags: |
|
||||||
ghcr.io/${{ github.repository_owner }}/kemkas-frontend:${{ env.GITHUB_SHA_SHORT }}
|
ghcr.io/${{ github.repository_owner }}/kemkas-frontend:${{ env.GITHUB_SHA_SHORT }}
|
||||||
|
|
||||||
deploy-to-beta:
|
# No longer used, and token expired.
|
||||||
runs-on: ubuntu-latest
|
# deploy-to-beta:
|
||||||
needs:
|
# runs-on: ubuntu-latest
|
||||||
- docker-fe-build
|
# needs:
|
||||||
steps:
|
# - docker-fe-build
|
||||||
- uses: actions/checkout@v4
|
# steps:
|
||||||
with:
|
# - uses: actions/checkout@v4
|
||||||
repository: ${{ github.repository_owner }}/kemkas-deployment
|
# with:
|
||||||
ref: refs/heads/main
|
# repository: ${{ github.repository_owner }}/kemkas-deployment
|
||||||
ssh-key: ${{ secrets.DEPLOYMENT_REPO_DEPLOY_KEY }}
|
# ref: refs/heads/main
|
||||||
- uses: mikefarah/yq@v4
|
# ssh-key: ${{ secrets.DEPLOYMENT_REPO_DEPLOY_KEY }}
|
||||||
with:
|
# - uses: mikefarah/yq@v4
|
||||||
cmd: yq -i '.spec.template.spec.containers[0].image = "${{ needs.docker-fe-build.outputs.image_tag }}"' ./kemkas-beta/kemkas-fe-deployment.yaml
|
# with:
|
||||||
- run: |
|
# cmd: yq -i '.spec.template.spec.containers[0].image = "${{ needs.docker-fe-build.outputs.image_tag }}"' ./kemkas-beta/kemkas-fe-deployment.yaml
|
||||||
git config --add user.email "beta-fe-deployment-bot@kemkas.hu"
|
# - run: |
|
||||||
git config --add user.name "Deployment Bot Beta FE"
|
# git config --add user.email "beta-fe-deployment-bot@kemkas.hu"
|
||||||
git commit -a -m "deploy ${{ needs.docker-fe-build.outputs.image_tag }}"
|
# git config --add user.name "Deployment Bot Beta FE"
|
||||||
git push
|
# git commit -a -m "deploy ${{ needs.docker-fe-build.outputs.image_tag }}"
|
||||||
|
# git push
|
||||||
|
|||||||
Reference in New Issue
Block a user