|
|
@@ -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 }}
|