Skip to content

Commit

Permalink
Merge pull request #8 from porter-dev/porter-stack-cowsay-747077ec
Browse files Browse the repository at this point in the history
Enable Porter Application cowsay
  • Loading branch information
yosefmih authored Apr 24, 2024
2 parents dc5dad2 + b3b63bb commit c0a1ae1
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/porter_stack_cowsay.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,11 @@ jobs:
timeout-minutes: 30
run: exec porter apply -f ./porter.yaml
env:
PORTER_CLUSTER: "142"
PORTER_HOST: https://dashboard.internal-tools.porter.run
PORTER_CLUSTER: "819"
PORTER_DEPLOYMENT_TARGET_ID: a1125ff5-9dfb-4953-a74d-8d4fcce94181
PORTER_HOST: https://cloud.porter.run
PORTER_PR_NUMBER: ${{ github.event.number }}
PORTER_PROJECT: "301"
PORTER_PROJECT: "822"
PORTER_STACK_NAME: cowsay
PORTER_TAG: ${{ steps.vars.outputs.sha_short }}
PORTER_TOKEN: ${{ secrets.PORTER_STACK_301_142 }}
PORTER_TOKEN: ${{ secrets.PORTER_STACK_822_819 }}

0 comments on commit c0a1ae1

Please sign in to comment.