Skip to content

Commit fd30699

Browse files
Create porter_stack_nodejs-getting-started.yml file
1 parent 4bbf631 commit fd30699

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: "608"
22-
PORTER_DEPLOYMENT_TARGET_ID: 9889f3a8-a943-4c69-810f-2aa1cfe25498
23-
PORTER_HOST: https://cloud.porter.run
21+
PORTER_CLUSTER: "3777"
22+
PORTER_DEPLOYMENT_TARGET_ID: 6ac4c03c-2128-4a7d-8871-f345326dca5b
23+
PORTER_HOST: https://dashboard.getporter.dev
2424
PORTER_PR_NUMBER: ${{ github.event.number }}
25-
PORTER_PROJECT: "610"
25+
PORTER_PROJECT: "9267"
2626
PORTER_STACK_NAME: nodejs-getting-started
2727
PORTER_TAG: ${{ steps.vars.outputs.sha_short }}
28-
PORTER_TOKEN: ${{ secrets.PORTER_STACK_610_608 }}
28+
PORTER_TOKEN: ${{ secrets.PORTER_STACK_9267_3777 }}

0 commit comments

Comments
 (0)