ソースを参照

Deploy to porter new app

Mauricio Araujo 2 年 前
コミット
7a2ee8319f
1 ファイル変更4 行追加4 行削除
  1. 4 4
      .github/workflows/porter_stack_porter-ui.yml

+ 4 - 4
.github/workflows/porter_stack_porter-ui.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 }}