소스 검색

Merge pull request #7 from porter-dev/porter-new-deploy

Porter new deploy
Mauricio Araujo 2 년 전
부모
커밋
0cdbef0e48
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 4 4
      .github/workflows/porter_stack_porter-ui-new.yml

+ 4 - 4
.github/workflows/porter_stack_porter-ui.yml → .github/workflows/porter_stack_porter-ui-new.yml

@@ -1,4 +1,4 @@
-"on":
+'on':
   push:
     branches:
       - master
@@ -32,8 +32,8 @@ jobs:
         timeout-minutes: 30
         uses: ./.github/actions/porter-deploy
         with:
-          app: porter-ui
-          cluster: "11"
+          app: porter-ui-new
+          cluster: '11'
           host: https://dashboard.internal-tools.porter.run
-          project: "8"
+          project: '8'
           token: ${{ secrets.PORTER_INTERNAL_TOOLS_DEPLOYMENT }}