Explorar el Código

small fixes for custom build workflow (#1110)

Co-authored-by: Azat Safin <azsafin@provectus.com>
azatsafin hace 3 años
padre
commit
35c4de66e1
Se han modificado 2 ficheros con 4 adiciones y 4 borrados
  1. 2 2
      .github/workflows/branch-deploy.yml
  2. 2 2
      .github/workflows/branch-remove.yml

+ 2 - 2
.github/workflows/branch-deploy.yml

@@ -86,14 +86,14 @@ jobs:
           ./kafka-ui-deployment-from-branch.sh ${{ needs.build.outputs.tag }}
           git config --global user.email "azsafin@provectus.com"
           git config --global user.name "azsafin"
-          git add ../kafka-ui-from-branch/*
+          git add ../kafka-ui-from-branch/
           git commit -m "added env:${{ needs.build.outputs.deploy }}" && git push || true
       - name: make comment with deployment link
         uses: peter-evans/create-or-update-comment@v1.4.5
         with:
           issue-number: ${{ github.event.pull_request.number }}
           body: |
-            Custom deployment will be available at https://${{ needs.build.outputs.tag }}.internal.kafka-ui.provectus.io
+            Custom deployment will be available at http://${{ needs.build.outputs.tag }}.internal.kafka-ui.provectus.io
 
 
 

+ 2 - 2
.github/workflows/branch-remove.yml

@@ -30,11 +30,11 @@ jobs:
           ./delete-env.sh ${{ steps.extract_branch.outputs.tag }}
           git config --global user.email "azsafin@provectus.com"
           git config --global user.name "azsafin"
-          git add ../kafka-ui-from-branch/*
+          git add ../kafka-ui-from-branch/
           git commit -m "removed env:${{ needs.build.outputs.deploy }}" && git push || true
       - name: make comment with deployment link
         uses: peter-evans/create-or-update-comment@v1.4.5
         with:
           issue-number: ${{ github.event.pull_request.number }}
           body: |
-            Custom deployment removed
+            Custom deployment removed