From d51f2292f016d60c19d21d0eb065c811e81dc4d0 Mon Sep 17 00:00:00 2001 From: Bart van Beusekom Date: Fri, 5 Jan 2024 12:16:09 +0100 Subject: [PATCH] Updated workflow to deploy blueberry UI --- .github/workflows/main_ui-blueberry.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main_ui-blueberry.yml b/.github/workflows/main_ui-blueberry.yml index a2d4a7d2..e35e74c4 100644 --- a/.github/workflows/main_ui-blueberry.yml +++ b/.github/workflows/main_ui-blueberry.yml @@ -125,11 +125,11 @@ jobs: # run: | # docker push harbor2.vantage6.ai/infrastructure/ui:${major_name} # docker push harbor2.vantage6.ai/infrastructure/ui:latest - +# # Deploy to Azure deploy: runs-on: ubuntu-latest - needs: build + # needs: build environment: name: "Production" url: ${{ steps.deploy-to-webapp.outputs.webapp-url }}