Skip to content

Commit

Permalink
Merge pull request #85 from coronasafe/develop
Browse files Browse the repository at this point in the history
Production Release
  • Loading branch information
mathew-alex authored Aug 28, 2023
2 parents a419708 + 06a91d5 commit e0c77a8
Show file tree
Hide file tree
Showing 22 changed files with 1,205 additions and 181 deletions.
5 changes: 5 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,8 @@ SENTRY_DSN=Your sentry dsn
SENTRY_ENV=development

OCR_URL=https://careocr.coronasafe.xyz/api/predict
S3_PROVIDER=GCP
S3_ENDPOINT=https://storage.googleapis.com
S3_ACCESS_KEY_ID=s3_bucket_access_key
S3_SECRET_ACCESS_KEY=s3_bucket_secret_key
S3_BUCKET_NAME=s3_bucket_name
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
flavor: |
latest=true
latest=false
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2

Expand Down
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -125,4 +125,6 @@ dist
.yarn/build-state.yml
.yarn/install-state.gz
.pnp.*
images/
images/

.DS_Store
Loading

0 comments on commit e0c77a8

Please sign in to comment.