From 58d7cce8117e43271f1f8f41502d355ca17428b5 Mon Sep 17 00:00:00 2001 From: marycrawford Date: Fri, 15 Nov 2024 00:44:40 -0800 Subject: [PATCH] revert prior changes --- .github/workflows/deploy-dev.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-dev.yml b/.github/workflows/deploy-dev.yml index ee9daa58..36291742 100644 --- a/.github/workflows/deploy-dev.yml +++ b/.github/workflows/deploy-dev.yml @@ -114,7 +114,11 @@ jobs: client-id: ${{ secrets.AZURE_CLIENT_ID }} tenant-id: ${{ secrets.AZURE_TENANT_ID }} subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }} - + - name: Download Docker Artifact (Optional) + uses: actions/download-artifact@v3 + with: + name: ocr-docker-image-artifact # The name of the artifact to download + path: ./downloaded-artifact # Path where the artifact will be saved - name: Deploy OCR-API uses: ./.github/actions/deploy-api with: @@ -127,7 +131,7 @@ jobs: with: name: ocr-docker-image-artifact # The name of the artifact to download path: ./OCR/dockerbuild_file.dockerbuild # Path where the artifact is saved - + deploy-frontend: name: Deploy Frontend runs-on: ubuntu-latest