Skip to content

Commit

Permalink
Merge pull request #14 from porter-dev/porter-stack-cowsay-44c04607
Browse files Browse the repository at this point in the history
Enable Porter Application cowsay
  • Loading branch information
portersupport authored Jul 29, 2024
2 parents 4bde656 + 728cf14 commit c9b473e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/porter_stack_cowsay.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Set Github tag
id: vars
run: echo "sha_short=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
Expand All @@ -18,12 +18,12 @@ jobs:
timeout-minutes: 30
run: exec porter apply -f ./porter.yaml
env:
PORTER_CLUSTER: "309"
PORTER_DEPLOYMENT_TARGET_ID: 941e2d16-d8e1-401e-b905-eec81e34b843
PORTER_CLUSTER: "317"
PORTER_DEPLOYMENT_TARGET_ID: d43b9952-479a-46a5-9a4e-d1e99f4a69a0
PORTER_HOST: https://dashboard.internal-tools.porter.run
PORTER_PR_NUMBER: ${{ github.event.number }}
PORTER_PROJECT: "474"
PORTER_PROJECT: "18"
PORTER_REPO_NAME: ${{ github.event.repository.name }}
PORTER_STACK_NAME: cowsay
PORTER_TAG: ${{ steps.vars.outputs.sha_short }}
PORTER_TOKEN: ${{ secrets.PORTER_STACK_474_309 }}
PORTER_TOKEN: ${{ secrets.PORTER_STACK_18_317 }}

0 comments on commit c9b473e

Please sign in to comment.