Skip to content

Delete .github/workflows/porter_stack_barbenheimer-web.yml #3

Delete .github/workflows/porter_stack_barbenheimer-web.yml

Delete .github/workflows/porter_stack_barbenheimer-web.yml #3

"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/[email protected]
with:
app: portal-app-production
cluster: "34"
host: https://dashboard.internal-tools.porter.run
namespace: default
project: "65"
tag: ${{ steps.vars.outputs.sha_short }}
token: ${{ secrets.PORTER_TOKEN_65 }}