Ver código fonte

Update production.yml

jusrhee 2 anos atrás
pai
commit
e34fe0eea6
1 arquivos alterados com 0 adições e 21 exclusões
  1. 0 21
      .github/workflows/production.yml

+ 0 - 21
.github/workflows/production.yml

@@ -71,27 +71,6 @@ jobs:
           project: "5"
           token: ${{ secrets.PORTER_STACK_5_9 }}
 
-  deploy-worker-pool:
-    runs-on: ubuntu-latest
-    needs: [build-go, build-npm] # don't run this step unless these finish successfully
-    steps:
-      - name: Checkout code
-        uses: actions/checkout@v3
-      - name: Set Github tag
-        id: vars
-        run: echo "sha_short=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
-      - name: Update Worker Pool (revision cull job)
-        timeout-minutes: 20
-        uses: porter-dev/porter-update-action@v0.1.0
-        with:
-          app: cull-helm-revisions
-          cluster: "9"
-          host: https://dashboard.internal-tools.porter.run
-          namespace: default
-          project: "5"
-          tag: ${{ steps.vars.outputs.sha_short }}
-          token: ${{ secrets.PORTER_PRODUCTION_DEPLOYMENT }}
-
   deploy-end:
     name: Mark deploy as ended
     runs-on: ubuntu-latest