Skip to content

Commit

Permalink
deploy middleware to dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Administrator committed Dec 12, 2024
1 parent d1c72bd commit 40bc7a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-deploy-ocr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
deploy-ocr:
name: Deploy OCR
runs-on: ubuntu-latest
environment: demo
environment: dev
needs: [build-publish-ocr]
steps:
- uses: actions/checkout@v4
Expand All @@ -76,7 +76,7 @@ jobs:
- name: Deploy OCR-API
uses: ./.github/actions/deploy-api
with:
deploy-env: demo
deploy-env: dev
docker-tag: ${{ needs.build-publish-ocr.outputs.docker_tag }}
docker-registry: ghcr.io
api-name: middleware
2 changes: 1 addition & 1 deletion backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ COPY . .

RUN chmod +x ./gradlew

EXPOSE 8081
EXPOSE 8080

ENTRYPOINT [ "./gradlew", "bootRun" ]

0 comments on commit 40bc7a3

Please sign in to comment.