Skip to content

Commit 4bbf631

Browse files
Merge pull request #2 from porter-dev/porter-stack-nodejs-getting-started-e4dcf230
Enable Porter Application nodejs-getting-started
2 parents a227c9f + 6bfa1aa commit 4bbf631

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Diff for: .github/workflows/porter_stack_nodejs-getting-started.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ jobs:
1818
timeout-minutes: 30
1919
run: exec porter apply
2020
env:
21-
PORTER_CLUSTER: "3766"
22-
PORTER_DEPLOYMENT_TARGET_ID: f0af103e-aaa8-4fb0-866c-ab5730811c60
23-
PORTER_HOST: https://dashboard.getporter.dev
21+
PORTER_CLUSTER: "608"
22+
PORTER_DEPLOYMENT_TARGET_ID: 9889f3a8-a943-4c69-810f-2aa1cfe25498
23+
PORTER_HOST: https://cloud.porter.run
2424
PORTER_PR_NUMBER: ${{ github.event.number }}
25-
PORTER_PROJECT: "9267"
25+
PORTER_PROJECT: "610"
2626
PORTER_STACK_NAME: nodejs-getting-started
2727
PORTER_TAG: ${{ steps.vars.outputs.sha_short }}
28-
PORTER_TOKEN: ${{ secrets.PORTER_STACK_9267_3766 }}
28+
PORTER_TOKEN: ${{ secrets.PORTER_STACK_610_608 }}

0 commit comments

Comments
 (0)