Skip to content

Commit

Permalink
Merge pull request #126 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 Sep 21, 2023
2 parents cd3a9d1 + eb94a0b commit 1f3d7db
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/porter_stack_porter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
push:
branches:
- porter
name: Deploy to Porter
name: Deploy to porter
jobs:
porter-deploy:
runs-on: ubuntu-latest
Expand All @@ -16,11 +16,11 @@ jobs:
timeout-minutes: 30
uses: porter-dev/[email protected]
with:
command: apply -f porter.yaml
command: apply -f ./porter.yaml
env:
PORTER_CLUSTER: "2698"
PORTER_CLUSTER: "2745"
PORTER_HOST: https://dashboard.getporter.dev
PORTER_PROJECT: "7224"
PORTER_PROJECT: "7484"
PORTER_STACK_NAME: porter
PORTER_TAG: ${{ steps.vars.outputs.sha_short }}
PORTER_TOKEN: ${{ secrets.PORTER_STACK_7224_2698 }}
PORTER_TOKEN: ${{ secrets.PORTER_STACK_7484_2745 }}

0 comments on commit 1f3d7db

Please sign in to comment.