Skip to content
This repository has been archived by the owner on Oct 7, 2023. It is now read-only.

Commit

Permalink
chore: workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rwietter committed Jun 19, 2023
2 parents 194a6d5 + 4ae2e29 commit 5671ea7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 35 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
password: ${{ secrets.SSH_PASSWORD }}
script: |
whoami
cd storage/Covid-insights/covid-19-insights
cd Covid-19-insights/covid-19-insights
git fetch
git rebase origin/main
docker compose up --build -d
34 changes: 0 additions & 34 deletions pages/dashboard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,40 +20,6 @@ export const getStaticProps: GetStaticProps = async (): Promise<GetStaticPropsRe
}
});

// const data: QueryProps = {
// countPatientsSymptoms: {
// '__typename': 'countPatientsSymptoms',
// febre: 274229,
// garganta: 387960,
// tosse: 373760,
// dispneia: 42657,
// outros: 222679
// },
// countPatients: 5353,
// countPatientsByAge: [
// {
// age: '0-10',
// count: 2303,
// },
// {
// age: '11-20',
// count: 896,
// },
// {
// age: '21-30',
// count: 500,
// },
// {
// age: '31-40',
// count: 5004,
// },
// {
// age: '41-50',
// count: 1635,
// }
// ]
// }

return {
props: {
countPatientsSymptoms: data.countPatientsSymptoms,
Expand Down

0 comments on commit 5671ea7

Please sign in to comment.