Skip to content

Commit

Permalink
Update production.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jusrhee authored May 8, 2024
1 parent 7139832 commit e34fe0e
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
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
Expand Down

0 comments on commit e34fe0e

Please sign in to comment.