|
@@ -73,11 +73,11 @@ jobs:
|
|
#################################
|
|
#################################
|
|
- name: update-master-deployment
|
|
- name: update-master-deployment
|
|
run: |
|
|
run: |
|
|
- git clone https://kafka-ui-infra:${{ secrets.KAFKA_UI_INFRA_TOKEN }}@gitlab.provectus.com/provectus-internals/kafka-ui-infra.git --branch master
|
|
|
|
|
|
+ git clone https://infra-tech:${{ secrets.INFRA_USER_ACCESS_TOKEN }}@github.com/provectus/kafka-ui-infra.git --branch master
|
|
cd kafka-ui-infra/aws-infrastructure4eks/argocd/scripts
|
|
cd kafka-ui-infra/aws-infrastructure4eks/argocd/scripts
|
|
echo "Image digest is:${{ steps.docker_build_and_push.outputs.digest }}"
|
|
echo "Image digest is:${{ steps.docker_build_and_push.outputs.digest }}"
|
|
./kafka-ui-update-master-digest.sh ${{ steps.docker_build_and_push.outputs.digest }}
|
|
./kafka-ui-update-master-digest.sh ${{ steps.docker_build_and_push.outputs.digest }}
|
|
- git config --global user.email "kafka-ui-infra@provectus.com"
|
|
|
|
- git config --global user.name "kafka-ui-infra"
|
|
|
|
|
|
+ git config --global user.email "infra-tech@provectus.com"
|
|
|
|
+ git config --global user.name "infra-tech"
|
|
git add ../kafka-ui/*
|
|
git add ../kafka-ui/*
|
|
git commit -m "updated master image digest: ${{ steps.docker_build_and_push.outputs.digest }}" && git push
|
|
git commit -m "updated master image digest: ${{ steps.docker_build_and_push.outputs.digest }}" && git push
|