Skip to content

Commit

Permalink
Merge pull request #176 from porter-dev/porter-stack
Browse files Browse the repository at this point in the history
Enable Porter Application porter
  • Loading branch information
sunguroku authored Feb 6, 2024
2 parents bebdd20 + 9333936 commit 5b70ea2
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/porter_stack_porter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +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: exec porter apply -f ./porter.yaml
env:
PORTER_CLUSTER: "2745"
PORTER_HOST: https://dashboard.getporter.dev
PORTER_PROJECT: "7484"
PORTER_CLUSTER: "7"
PORTER_HOST: https://sandbox.porter.run
PORTER_PR_NUMBER: ${{ github.event.number }}
PORTER_PROJECT: "9"
PORTER_STACK_NAME: porter
PORTER_TAG: ${{ steps.vars.outputs.sha_short }}
PORTER_TOKEN: ${{ secrets.PORTER_STACK_7484_2745 }}
PORTER_TOKEN: ${{ secrets.PORTER_STACK_9_7 }}

0 comments on commit 5b70ea2

Please sign in to comment.