We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a227c9f + 6bfa1aa commit 4bbf631Copy full SHA for 4bbf631
.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: "3766"
22
- PORTER_DEPLOYMENT_TARGET_ID: f0af103e-aaa8-4fb0-866c-ab5730811c60
23
- PORTER_HOST: https://dashboard.getporter.dev
+ PORTER_CLUSTER: "608"
+ PORTER_DEPLOYMENT_TARGET_ID: 9889f3a8-a943-4c69-810f-2aa1cfe25498
+ PORTER_HOST: https://cloud.porter.run
24
PORTER_PR_NUMBER: ${{ github.event.number }}
25
- PORTER_PROJECT: "9267"
+ PORTER_PROJECT: "610"
26
PORTER_STACK_NAME: nodejs-getting-started
27
PORTER_TAG: ${{ steps.vars.outputs.sha_short }}
28
- PORTER_TOKEN: ${{ secrets.PORTER_STACK_9267_3766 }}
+ PORTER_TOKEN: ${{ secrets.PORTER_STACK_610_608 }}
0 commit comments