Skip to content

Commit

Permalink
revert prior changes
Browse files Browse the repository at this point in the history
  • Loading branch information
marycrawford committed Nov 15, 2024
1 parent a1efad8 commit 58d7cce
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down

0 comments on commit 58d7cce

Please sign in to comment.