Mauricio Araujo 2 лет назад
Родитель
Сommit
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 }}