Skip to content

Commit

Permalink
Merge pull request #17 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 Oct 30, 2023
2 parents ff8afd1 + 36d9e45 commit 5e9fdef
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/porter_stack_cowsay.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@ jobs:
- name: Set Github tag
id: vars
run: echo "sha_short=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
- name: Setup porter
uses: porter-dev/[email protected]
- name: Deploy stack
timeout-minutes: 30
uses: porter-dev/[email protected]
with:
command: apply -f ./porter.yaml
run: porter apply -f ./porter.yaml
env:
PORTER_CLUSTER: "3"
PORTER_CLUSTER: "1"
PORTER_HOST: https://newt-worthy-gazelle.ngrok-free.app
PORTER_PR_NUMBER: ${{ github.event.inputs.pr_number }}
PORTER_PR_NUMBER: ${{ github.event.number }}
PORTER_PROJECT: "1"
PORTER_STACK_NAME: cowsay
PORTER_TAG: ${{ steps.vars.outputs.sha_short }}
PORTER_TOKEN: ${{ secrets.PORTER_STACK_1_3 }}
PORTER_TOKEN: ${{ secrets.PORTER_STACK_1_1 }}

0 comments on commit 5e9fdef

Please sign in to comment.