Skip to content
This repository has been archived by the owner on Mar 10, 2024. It is now read-only.

Commit

Permalink
Fix service name (#65)
Browse files Browse the repository at this point in the history
* rename dpgraham-client to dpgraham-frontend

* remove old quote on lizards
  • Loading branch information
dpgraham4401 authored Jul 24, 2023
1 parent 761eb2a commit fdb4b1c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cloud-run-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ on:
description: 'The name of the Cloud Run service to deploy to'
required: true
type: string
default: 'dpgraham-client'
default: 'dpgraham-frontend'

env:
PROJECT_ID: ${{ vars.PROJECT_ID }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/on-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
environment: production
version: ${{ needs.build_gcp_image.outputs.version }}
service: dpgraham-client
service: dpgraham-frontend
secrets: inherit

build_ghcr_image:
Expand Down
8 changes: 4 additions & 4 deletions src/components/article/ArticleCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ export function ArticleCard({ article }: ArticleCardProps) {
<Typography gutterBottom variant="h5" component="div">
{article.title}
</Typography>
<Typography variant="subtitle1" color="text.secondary">
We are still working on implementing sub titles for these cards.
Read more...
</Typography>
</Link>
<Typography variant="subtitle1" color="text.secondary">
Lizards are a widespread group of squamate reptiles, with over 6,000
species, ranging across all continents except Antarctica
</Typography>
</CardContent>
</Card>
</>
Expand Down

0 comments on commit fdb4b1c

Please sign in to comment.