Skip to content

Commit

Permalink
Merge pull request #34 from leej3/add-more-fixes
Browse files Browse the repository at this point in the history
add some stray fixes
  • Loading branch information
leej3 authored Aug 20, 2024
2 parents 1ff0c90 + 10a0af9 commit d03cb53
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 61 deletions.
2 changes: 1 addition & 1 deletion osm/schemas/metrics_schemas.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ class RtransparentMetrics(EmbeddedModel):
# some extra fields
affiliation_aff_id: Optional[str] = None
affiliation_all: Optional[str] = None
article: Optional[str] = None
article: Optional[int] = None
author: Optional[str] = None
author_aff_id: Optional[str] = None
correspondence: Optional[str] = None
Expand Down
2 changes: 1 addition & 1 deletion web/deploy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Guidance for deployment using Terraform and Docker Compose and GitHub Actions.
- S3 bucket configuration for storing Terraform state files.
- DynamoDB table for state locking.

4. **Deployment Script (deploy.sh)**
4. **Deployment Script (deploy.py)**
- **Purpose**: Automate the deployment process for local development (staging environment).
- **Steps**:
- Set environment variables.
Expand Down
20 changes: 0 additions & 20 deletions web/deploy/compose.override.yaml

This file was deleted.

39 changes: 0 additions & 39 deletions web/deploy/compose.yaml

This file was deleted.

0 comments on commit d03cb53

Please sign in to comment.