Skip to content

Commit

Permalink
Merge pull request #21 from jose-fully-ported/porter-stack
Browse files Browse the repository at this point in the history
Enable Porter Application cowsay
  • Loading branch information
jose-fully-ported authored Nov 30, 2023
2 parents 3c18c6c + 070c0a7 commit cd0e671
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/porter_stack_cowsay.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
timeout-minutes: 30
run: porter apply -f ./porter.yaml
env:
PORTER_CLUSTER: "1"
PORTER_CLUSTER: "4"
PORTER_HOST: https://newt-worthy-gazelle.ngrok-free.app
PORTER_PR_NUMBER: ${{ github.event.number }}
PORTER_PROJECT: "1"
PORTER_PROJECT: "4"
PORTER_STACK_NAME: cowsay
PORTER_TAG: ${{ steps.vars.outputs.sha_short }}
PORTER_TOKEN: ${{ secrets.PORTER_STACK_1_1 }}
PORTER_TOKEN: ${{ secrets.PORTER_STACK_4_4 }}

0 comments on commit cd0e671

Please sign in to comment.