Skip to content

Commit c0a1ae1

Browse files
authored
Merge pull request #8 from porter-dev/porter-stack-cowsay-747077ec
Enable Porter Application cowsay
2 parents dc5dad2 + b3b63bb commit c0a1ae1

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/porter_stack_cowsay.yml

+5-4
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,11 @@ jobs:
1818
timeout-minutes: 30
1919
run: exec porter apply -f ./porter.yaml
2020
env:
21-
PORTER_CLUSTER: "142"
22-
PORTER_HOST: https://dashboard.internal-tools.porter.run
21+
PORTER_CLUSTER: "819"
22+
PORTER_DEPLOYMENT_TARGET_ID: a1125ff5-9dfb-4953-a74d-8d4fcce94181
23+
PORTER_HOST: https://cloud.porter.run
2324
PORTER_PR_NUMBER: ${{ github.event.number }}
24-
PORTER_PROJECT: "301"
25+
PORTER_PROJECT: "822"
2526
PORTER_STACK_NAME: cowsay
2627
PORTER_TAG: ${{ steps.vars.outputs.sha_short }}
27-
PORTER_TOKEN: ${{ secrets.PORTER_STACK_301_142 }}
28+
PORTER_TOKEN: ${{ secrets.PORTER_STACK_822_819 }}

0 commit comments

Comments
 (0)