We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4bbf631 + fd30699 commit 9b087f4Copy full SHA for 9b087f4
.github/workflows/porter_stack_nodejs-getting-started.yml
@@ -18,11 +18,11 @@ jobs:
18
timeout-minutes: 30
19
run: exec porter apply
20
env:
21
- PORTER_CLUSTER: "608"
22
- PORTER_DEPLOYMENT_TARGET_ID: 9889f3a8-a943-4c69-810f-2aa1cfe25498
23
- PORTER_HOST: https://cloud.porter.run
+ PORTER_CLUSTER: "3777"
+ PORTER_DEPLOYMENT_TARGET_ID: 6ac4c03c-2128-4a7d-8871-f345326dca5b
+ PORTER_HOST: https://dashboard.getporter.dev
24
PORTER_PR_NUMBER: ${{ github.event.number }}
25
- PORTER_PROJECT: "610"
+ PORTER_PROJECT: "9267"
26
PORTER_STACK_NAME: nodejs-getting-started
27
PORTER_TAG: ${{ steps.vars.outputs.sha_short }}
28
- PORTER_TOKEN: ${{ secrets.PORTER_STACK_610_608 }}
+ PORTER_TOKEN: ${{ secrets.PORTER_STACK_9267_3777 }}
0 commit comments