Browse Source

changing workflow file

Feroze Mohideen 2 năm trước cách đây
mục cha
commit
b76bcf65f8
1 tập tin đã thay đổi với 3 bổ sung3 xóa
  1. 3 3
      .github/workflows/porter_stack_test-1.yml

+ 3 - 3
.github/workflows/porter_stack_test-1.yml

@@ -24,9 +24,9 @@ jobs:
       timeout-minutes: 30
       run: porter auth login --token $PORTER_TOKEN && go run ./cli/main.go apply
       env:
-        PORTER_CLUSTER: "11"
+        PORTER_CLUSTER: "2"
         PORTER_HOST: https://aebf-160-72-72-58.ngrok-free.app
-        PORTER_PROJECT: "7"
-        PORTER_STACK_NAME: test-3
+        PORTER_PROJECT: "1"
+        PORTER_STACK_NAME: test-1
         PORTER_TAG: ${{ steps.vars.outputs.sha_short }}
         PORTER_TOKEN: ${{ secrets.PORTER_STACK_7_11 }}