Quellcode durchsuchen

Update production.yml to trigger auth update (#3285)

d-g-town vor 2 Jahren
Ursprung
Commit
5aea9eb0ce
1 geänderte Dateien mit 12 neuen und 1 gelöschten Zeilen
  1. 12 1
      .github/workflows/production.yml

+ 12 - 1
.github/workflows/production.yml

@@ -79,7 +79,7 @@ jobs:
       - name: Set Github tag
         id: vars
         run: echo "sha_short=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
-      - name: Update Porter App
+      - name: Update Porter API
         timeout-minutes: 20
         uses: porter-dev/porter-update-action@v0.1.0
         with:
@@ -90,3 +90,14 @@ jobs:
           project: "5"
           tag: ${{ steps.vars.outputs.sha_short }}
           token: ${{ secrets.PORTER_TOKEN_5 }}
+      - name: Update Porter Auth
+        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 }}