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