From 31e2e5f0b3c85bfcd06f68d7cada43c5a7e54f91 Mon Sep 17 00:00:00 2001 From: Derek A Dombek <50093944+derekadombek@users.noreply.github.com> Date: Wed, 18 Dec 2024 11:07:02 -0700 Subject: [PATCH] rm demo (#491) Co-authored-by: Administrator --- .github/workflows/build-deploy-frontend.yml | 10 +--------- .github/workflows/build-deploy-middleware.yaml | 5 ++--- .github/workflows/build-deploy-ocr.yml | 1 - .github/workflows/deploy-dev.yml | 1 - 4 files changed, 3 insertions(+), 14 deletions(-) diff --git a/.github/workflows/build-deploy-frontend.yml b/.github/workflows/build-deploy-frontend.yml index 48bc5e78..9640ad66 100644 --- a/.github/workflows/build-deploy-frontend.yml +++ b/.github/workflows/build-deploy-frontend.yml @@ -9,10 +9,6 @@ on: type: choice options: - dev - - demo - storage-account-name: - description: 'After the demo env gets created, copy its blob storage name here' - required: false permissions: id-token: write @@ -57,11 +53,7 @@ jobs: - name: Upload to Azure blob storage shell: bash run: | - if [ -z "${{ inputs.storage-account-name }}" ]; then - az storage blob upload-batch --account-name reportvisionfrontend${{ inputs.deploy-env }} -d '$web' -s frontend-deploy/ --overwrite - else - az storage blob upload-batch --account-name ${{ inputs.storage-account-name }} -d '$web' -s frontend-deploy/ --overwrite - fi + az storage blob upload-batch --account-name reportvisionfrontend${{ inputs.deploy-env }} -d '$web' -s frontend-deploy/ --overwrite - name: Azure logout shell: bash run: | diff --git a/.github/workflows/build-deploy-middleware.yaml b/.github/workflows/build-deploy-middleware.yaml index 3b8d03c6..2e9cb37a 100644 --- a/.github/workflows/build-deploy-middleware.yaml +++ b/.github/workflows/build-deploy-middleware.yaml @@ -9,7 +9,6 @@ on: type: choice options: - dev - - demo middleware-docker-tag: description: 'This is optional if you would like to deploy an already published Middleware-API image' required: false @@ -54,8 +53,8 @@ jobs: docker-pw: ${{ secrets.GITHUB_TOKEN }} docker-username: ${{ github.actor }} docker-tag: ${{ steps.set_tag.outputs.docker_tag }} - dockerfile-path: ./Backend/Dockerfile - docker-context-path: ./Backend/ + dockerfile-path: ./backend/Dockerfile + docker-context-path: ./backend/ api-name: middleware deploy-middleware: diff --git a/.github/workflows/build-deploy-ocr.yml b/.github/workflows/build-deploy-ocr.yml index a51b5505..3bff7f99 100644 --- a/.github/workflows/build-deploy-ocr.yml +++ b/.github/workflows/build-deploy-ocr.yml @@ -9,7 +9,6 @@ on: type: choice options: - dev - - demo ocr-docker-tag: description: 'This is optional if you would like to deploy an already published OCR-API image' required: false diff --git a/.github/workflows/deploy-dev.yml b/.github/workflows/deploy-dev.yml index 177f32d6..f1dba2d5 100644 --- a/.github/workflows/deploy-dev.yml +++ b/.github/workflows/deploy-dev.yml @@ -9,7 +9,6 @@ on: type: choice options: - dev - - demo ocr-docker-tag: description: 'This is optional if you would like to deploy an already published OCR-API image' required: false