Skip to content

Commit

Permalink
UPDATE: add edpoint test
Browse files Browse the repository at this point in the history
  • Loading branch information
mazzasaverio committed Feb 6, 2024
1 parent 89c683c commit a73e1bb
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 32 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
- name: Build and push Docker image
uses: docker/build-push-action@v3
with:
context: ./
file: ./Dockerfile
context: ./backend
file: ./backend/Dockerfile
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
15 changes: 0 additions & 15 deletions Dockerfile

This file was deleted.

2 changes: 1 addition & 1 deletion cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ steps:
args:
- "run"
- "deploy"
- "pdf-processor-service" # Replace with the name of your cloud run service
- "default" # Replace with the name of your cloud run service
- "--image=gcr.io/$PROJECT_ID/fastapi-cloudrun:latest"
- "--region=us-central1" #Replace with your region, for example us-center1
- "--platform=managed"
Expand Down
14 changes: 0 additions & 14 deletions main.py

This file was deleted.

0 comments on commit a73e1bb

Please sign in to comment.