Sfoglia il codice sorgente

Delete porter_porter_auth.yml file

porter-internal[bot] 2 anni fa
parent
commit
fef7e0f757
1 ha cambiato i file con 0 aggiunte e 25 eliminazioni
  1. 0 25
      .github/workflows/porter_porter_auth.yml

+ 0 - 25
.github/workflows/porter_porter_auth.yml

@@ -1,25 +0,0 @@
-"on":
-  push:
-    branches:
-    - master
-name: Deploy to Porter
-jobs:
-  porter-deploy:
-    runs-on: ubuntu-latest
-    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 Porter App
-      timeout-minutes: 20
-      uses: porter-dev/porter-update-action@v0.1.0
-      with:
-        app: porter-auth
-        cluster: "9"
-        host: https://dashboard.internal-tools.porter.run
-        namespace: default
-        project: "5"
-        tag: ${{ steps.vars.outputs.sha_short }}
-        token: ${{ secrets.PORTER_TOKEN_5 }}